abhii_sagii
New member
if condition then
do....
else
"i want to exit to next loop here"
end if
if condition
do ,.....
else
do.....
Above, i want to do nothing in first else statement and just want to go to next if else.
Any suggestions
do....
else
"i want to exit to next loop here"
end if
if condition
do ,.....
else
do.....
Above, i want to do nothing in first else statement and just want to go to next if else.
Any suggestions