I need to open 16 temp files (using fopen) to later be written to a permanent file.
I need the id of the fopen command to be a variable. Here's what I have written:
for tempfile = 1 upto 16
fopen tempfile defaultpath CREATE
fputs tempfile "SLOT $tempfile"
fputs tempfile "...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.