thelke
MIS
- Apr 9, 2002
- 84
I am writing a VBScript, and it could contain a couple thousand lines of code. I am new to this, and would like to know 1. Is there a realistic limit to the number of lines the code may contain, and 2. would there be an easier way (not specificaly pertaining to this script) that I could have multiple scripts and have 1 main script that calls the other scripts? I would like to make this a fast script, and not sure it having hundreds of functions in 1 script would be efficient, instead of multiple scripts with calls to the other functions.
If I wanted to do calls, how would I do that? I am new to scripting, and would need a detailed walk-thru.
Thank you.
If I wanted to do calls, how would I do that? I am new to scripting, and would need a detailed walk-thru.
Thank you.