Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
open printing
[with dialog
]
The open printing
command begins a print job. It uses the current settings from the Print Stack dialog box. with dialog o
ption, HyperCard displays the Print Stack dialog box, and the user can choose new settings. HyperCard sets the result
to Cancel
if the user clicks Cancel; otherwise, it sets the result
to empty
. close printing
command to end a print job begun with open printing.
on printRange start,total
-- print a range of cards from some start card
push card
open printing
go to card start
print (total-start) + 1 cards
close printing
pop card
end printRange
Commands
Version 0.7b1 (March 24, 2022)