Re: Printing addresses on newsletters

2011-06-09 Thread James Hurley
> -- > > Message: 13 > Date: Thu, 9 Jun 2011 01:30:43 +0200 > From: Mark Schonewille > To: How to use LiveCode > Subject: Re: Printing addresses on newsletters > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Hi

Re: Printing addresses on newsletters

2011-06-08 Thread Mark Schonewille
Hi James, open printing -- with dialog if the result is not "cancel" then 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 end if close printing With dialog is optional. -- Best

Printing addresses on newsletters

2011-06-08 Thread James Hurley
To clarify. After the address is printed in the address area, the page is folded and mailed. Jim > 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 tLab

Printing addresses on newsletters

2011-06-08 Thread James Hurley
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