Code: Select all
answer printer
Put the number of cards of stack"PrintSingle" into pnt_card_calc
go invisible to stack"PrintSingle"
go to the first card
go to next card
open printing
Repeat with crds = 2 to pnt_card_calc
print this card into 0,0,(8.5*72),(11*50)
print break
go to next card
end Repeat
close printing
Thanks for the help