davekirbawy
Technical User
The following code
set device to printer prompt()
@ 1,1 say "Hello World"
set device to screen
set device to printer prompt()
@ 1,1 sa "Good bye"
set device to screen
The second set device to printer did not provide a list of
printers to select from; there must be a way to release the first choice so that each line may go to a different printer.
set device to printer prompt()
@ 1,1 say "Hello World"
set device to screen
set device to printer prompt()
@ 1,1 sa "Good bye"
set device to screen
The second set device to printer did not provide a list of
printers to select from; there must be a way to release the first choice so that each line may go to a different printer.