Gladstone
12-09-2002, 08:58 PM
like this:
for(i=0; i=j || i=k; i++){
some code here;}
I know that one can have multiple conditions in a while loop but have never seen it in a for loop. Can it be done?
tia,
Gladstone
for(i=0; i=j || i=k; i++){
some code here;}
I know that one can have multiple conditions in a while loop but have never seen it in a for loop. Can it be done?
tia,
Gladstone