Related:
- Printing numerous copies
- Receiving multiple copies of the same email outlook - Guide
- Printing nightmare fix - Guide
- The rpc server is unavailable printing - Guide
- A5 booklet printing - Guide
- My canon printer is printing green instead of black - Printers & Scanners Forum
1 reply
It is called a for loop.....
dim n,x as integer
n=10
For x - 0 to n
DOCUMENT.PRINT;
next x
I hope this gives you some direction.
-note: this is not intended to be a solution, but a wire diagram of ONLY ONE example of how this could be accomplished. this is purely archaic, but is an example of programming logic!
dim n,x as integer
n=10
For x - 0 to n
DOCUMENT.PRINT;
next x
I hope this gives you some direction.
-note: this is not intended to be a solution, but a wire diagram of ONLY ONE example of how this could be accomplished. this is purely archaic, but is an example of programming logic!