Hi All!!
I am working on a Do While loop and was wondering how to have it loop through until a specific variable is empty. For example, I have a String Array (VarB) and want to set VarA equal to each entry in the array (and do something based off that) until there are no more entries left in the array.
DO WHILE
VarA = VarB(n)
…
n = n+1
CONDITION
???
Cheers!
s3vn