C
caroline
hello,
Any body would know how to do this?
For i=1 to 123
blablabla
next
But without doing certain values of i (lets say 50,60,70)
I could write
For i = 1 to 49
blablabla
next
for i=51 to 59
blablabla
next
but is there a more elegant way?
thanks
Any body would know how to do this?
For i=1 to 123
blablabla
next
But without doing certain values of i (lets say 50,60,70)
I could write
For i = 1 to 49
blablabla
next
for i=51 to 59
blablabla
next
but is there a more elegant way?
thanks