Hi
I have 2 while
One in the first one.
so I have
Do While ...
....
do while...
...
if myfield <> 0 then
' Here I want to exist from my first do while
end if
loop
loop
How can I do that?
I tried
"exit do
exit do" (twice)
but it doesn't seem to work.
Thanks in advance
I have 2 while
One in the first one.
so I have
Do While ...
....
do while...
...
if myfield <> 0 then
' Here I want to exist from my first do while
end if
loop
loop
How can I do that?
I tried
"exit do
exit do" (twice)
but it doesn't seem to work.
Thanks in advance