styles3000 Posted October 4, 2009 Posted October 4, 2009 Greetings my fellow professional programmers. I present to you a small but simple question that has puzzled me for awhile now. Being that my scripts have grown from a few lines to a few 1000 lines, I was curious to know is their a way to run scripts from different locations?(ie. Functions) Is their a way to bookmark and run the script from the bookmark? Holla back
somdcomputerguy Posted October 4, 2009 Posted October 4, 2009 (edited) You mean like this, Language Reference - User Functions? For bookmarks, if you mean similar to a 'browser bookmark', I don't think so. If you mean like a 'program shortcut', yes. The easiest way to shortcut that way is compile the script into an exe, and create a shortcut.<br> Edited October 4, 2009 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
styles3000 Posted October 4, 2009 Author Posted October 4, 2009 (edited) On 10/4/2009 at 11:28 PM, 'snowmaker said: You mean like this, Language Reference - User Functions? For bookmarks, if you mean similar to a 'browser bookmark', I don't think so. If you mean like a 'program shortcut', yes. The easiest way to shortcut that way is compile the script into an exe, and create a shortcut.<br>Thanks, is their any info within the help files I can read up on these 'shortcuts'? Edited October 4, 2009 by styles3000
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