Related:
- Printing numerous copies
- How to stop printer from printing - Guide
- Hp universal printing pcl 6 - Download - Drivers
- Vssadmin disable shadow copies - Guide
- Printing a5 booklet on a4 paper - Guide
- Protect pdf from printing - Guide
1 response
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!