JohnCleese Posted August 1, 2009 Posted August 1, 2009 Hello, Is it possible to jump to a function somewhere else in a script. Example. If IniRead("config.ini", "Misc", "DontUseLauncher", "False") ="True" Then JUMPTO/EXECUTE FUNCTION Exit Endif "I find it rather easy to portray a businessman. Being bland, rather cruel and incompetent comes naturally to me."
somdcomputerguy Posted August 1, 2009 Posted August 1, 2009 (edited) Just call the name of the function. By call, I mean just type it's name, with () at the end of course. Edited August 1, 2009 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
JohnCleese Posted August 1, 2009 Author Posted August 1, 2009 Just call the name of the function. By call, I mean just type it's name.Thanks that's just what I needed. Thank you for the speedy reply as well. >_< "I find it rather easy to portray a businessman. Being bland, rather cruel and incompetent comes naturally to me."
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now