[U2] One print job or many print jobs

2013-04-10 Thread Wjhonson
I'm running Universe on Windows 7 Under the following scenarios what would you expect to happen. In a BASIC program, you EXECUTE a SETPTR using mode 3 and a hold file name say Clambake You then, in the same BASIC program EXECUTE a LIST statement, and then EXECUTE another LIST statement Will th

Re: [U2] One print job or many print jobs

2013-04-10 Thread Dianne Ackerman
In my experience, the 2nd statement will overwrite the first statement unless you use that setptr keyword BANNER NEXT, which will then append a number onto the hold name so that each would have its own unique hold name. -Dianne On 4/10/2013 1:49 PM, Wjhonson wrote: I'm running Universe on Wind

Re: [U2] One print job or many print jobs

2013-04-10 Thread Anthonys Lists
On 10/04/2013 18:56, Dianne Ackerman wrote: In my experience, the 2nd statement will overwrite the first statement unless you use that setptr keyword BANNER NEXT, which will then append a number onto the hold name so that each would have its own unique hold name. -Dianne The alternative to B