Printing addresses on newsletters
James Hurley
jhurley0305 at sbcglobal.net
Wed Jun 8 19:11:30 EDT 2011
I have 350 pre-printed newsletters to be mailed to 350 different addresses.
If I use the following in a script:
repeat for each line tLabel in tList
replace tab with cr in tLabel
put tLabel into field 1 of this card
print this card from 0,0 to 608,792
end repeat
Where tList is a cr separated list of addresses: Name, tab, Street, tab, CityStateZip
It works, but it creates 350 separate print jobs.
How would I create a single document of 350 pages, each page consisting of just the address?
More information about the use-livecode
mailing list