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? 
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to