Quote Originally Posted by Frederick Lenz View Post
i understand now... you cant set a variable like 'a' to equal 'b' and 'b' to equal 'c'...i wanted to make a chain ~ where they all equaled 2...but i guess u can't
Actually, you can.

a = b = c = d = e = 2;

will set everything to 2.