can a While statement only have one condition or can it have more than one condition?
example
While A = 1 AND B < 10
B = B + 1
Wend
can a While statement only have one condition or can it have more than one condition?
example
While A = 1 AND B < 10
B = B + 1
Wend
Bookmarks