vinesh Report post Posted 02/25/2005 06:14 AM Hi there, i have 2 questions ... 1.) I have paths in my script on {1} goto A, on {2} goto B what can can I do so that if someone enters some invalid entry it will goto C 2.) Can you give me some hints/tips to optimize a script ? Share this post Link to post
SupportTeam Report post Posted 02/25/2005 06:20 AM Just specify the other paths - there aren't that many of them... ie: on {3} goto C on {4} goto C on {5} goto C on {6} goto C on {7} goto C on {8} goto C on {9} goto C on {0} goto C on {*} goto C on {#} goto C Can you give me some hints/tips to optimize a script ? What script? Please tell us more about what you are trying to do. Share this post Link to post
vinesh Report post Posted 02/25/2005 06:28 AM cool thanks, i have that. Hmm well its a big script about 300 modules, just needed general tips (the script currently working fine) just thought in the long run to keep the script functioning correctly (so once its running i can forget about it) is there anything i can do to keep the script in good condition. Share this post Link to post
SupportTeam Report post Posted 02/25/2005 06:35 AM The best advice is to create the script in a way that is easy for you understand and manage... 300 modules is a pretty big script - you may what to split it up into smaller subscripts - but there is no real performance/speed etc benefits of doing this. Share this post Link to post