[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

File Numbering



I know Steven said he passed the fork in the road on this, but I would like to
offer one more solution to the file numbering issue. Why not pass the file
number(s) to be used to the procedure being called -- either as a global
variable(s) or parameter(s), depending on your preference, use, etc. It may not
be elegant, but it is simple, could be used regardless of the numbering scheme
used by the various programmers of the sqrs, and does not require the file I/O
required for the looping solution.
Cheers.
Janet