Jul 1, 2008 #1 MicahG Technical User Jul 1, 2008 3 US I just have a really quick question... The script I'm writing has multiple procs. The "proc main" calls all other procs. The procs within the main will execute one at a time, right? I need them to run in the order that I put them in...
I just have a really quick question... The script I'm writing has multiple procs. The "proc main" calls all other procs. The procs within the main will execute one at a time, right? I need them to run in the order that I put them in...
Jul 2, 2008 #2 knob Programmer Oct 31, 2001 2,573 US The procedures will run in the order you call them from the main procedure. http://www.aspectscripting.com Upvote 0 Downvote
The procedures will run in the order you call them from the main procedure. http://www.aspectscripting.com
Jul 7, 2008 #3 johnpoole Programmer May 26, 2004 19,375 US yes they will run in order unless you do a call from a subroutine.. that can be helpfull if you callproc and include a loop while statement.. john poole bellsouth business columbia,sc Upvote 0 Downvote
yes they will run in order unless you do a call from a subroutine.. that can be helpfull if you callproc and include a loop while statement.. john poole bellsouth business columbia,sc