lothos12345
Junior Contributor
Is there a way to exit and if statement for example
Do while <variable> <> <criteria>
If <variable> = true then
<problem here>
Else
Perform program operations here!
End if
Loop
I want to exit the if statement without exiting the Do While Loop. Is there a way I can do this?
Any help with this is greatly apprieciated.
Do while <variable> <> <criteria>
If <variable> = true then
<problem here>
Else
Perform program operations here!
End if
Loop
I want to exit the if statement without exiting the Do While Loop. Is there a way I can do this?
Any help with this is greatly apprieciated.