[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: printing multiple copies of an sqr listing
- Subject: Re: printing multiple copies of an sqr listing
- From: NEDOLPH@AOL.COM
- Date: Thu, 27 Jun 2002 07:41:56 EDT
this is a brute force method, and depending on how long it takes the SQR to
run,
you might put the whole routine inside a large loop and set it to run from 1
to 3 then
increment the loopcounter at the bottom of the run,
The program will run 3 times but the output will be collated.
you could even accept the "Number_of_copies" as an input variable with a
default value of 3 to give the user a chance to get just one or more copies.
crude, but it should work.
all best,
Norman Dolph