Jump to content

Recommended Posts

Posted

Hi, i have a script.

function a()

if something = not available then

b()

endfunc

function b()

something something

endfunc

is there anything that i can type to make the script not returning back to function a after it has excute all the codes in function b???

Posted

exit will terminate the whole script

it's not a loop so i can't use exitloop.

return is of no use because i don't want it to return to function a

HELP ANY!

exit

exitloop

return

let me know if this helps u.

Posted

while 1 and Wend

or Do until...

ok return will help. i'll just return to function a and a return will end function a. thanks manx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...