two variables in a for-loop
807603Dec 17 2007 — edited Dec 17 2007Hi, I wonder if it's possible to make a for-loop depend on 2 variables instead of one. The one I want would look something like this:
for((int b = 1; n <= faltlangd; b++;) && (int c = faltlangd; c <= soklangd; c--))
I know that particular one doesn't work but I want one that would do what that one would do if it would work.. :P
Edited by: YZF-R1 on Dec 17, 2007 8:38 AM