I stumbled across this while starting to learn about vars here:
http://msdn.microsoft.com/en-us/library/bb384061.aspx
However, I have no idea how that is a legal expression (it is). I thought you couldn't assign to something using an a = (b=c) because (b=c) does not produce a value to assign?
Thanks for any clarification on the matter.
(i = 20)returns 20. – BeemerGuy.net May 16 '12 at 0:31ifstatements.a=10instead ofa==10– Ben Brocka May 16 '12 at 2:24