LABEL: for ... foreach... foreach ... next LABEL;
but in this specific case, I wouldn't use the outer for loop. Pseudocode below:
foreach ArrayReference in my Reference { foreach value in my ArrayReference { print (value >=1 and value < 33) ? highlighted cell : regu +lar cell; } }
I'm assuming value will only be integer. If it could have real values between 1 and 33, my pseudocode would have different behavior than your original pseudocode.
In reply to Re: Simple looping question.
by Zed_Lopez
in thread Simple looping question.
by elam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |