I do not know how I had to solve this :
do while condition
' do something
loop
this is the normal method
but what I want
if condition2 then
do while condition1
' do something
else
do while condtion2
' do something else
end if
loop
Is this possible?
Thanks for any resonse
do while condition
' do something
loop
this is the normal method
but what I want
if condition2 then
do while condition1
' do something
else
do while condtion2
' do something else
end if
loop
Is this possible?
Thanks for any resonse