Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MicahG

    Variable id for fopen commands?

    nevermind I figured it out, thanks anyways!
  2. MicahG

    Variable id for fopen commands?

    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 "...
  3. MicahG

    Parsing Text File

    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...

Part and Inventory Search

Back
Top