Printing addresses on newsletters

James Hurley jhurley0305 at sbcglobal.net
Thu Jun 9 08:39:16 EDT 2011



> ------------------------------
> 
> Message: 13
> Date: Thu, 9 Jun 2011 01:30:43 +0200
> From: Mark Schonewille <m.schonewille at economy-x-talk.com>
> To: How to use LiveCode <use-livecode at lists.runrev.com>
> Subject: Re: Printing addresses on newsletters
> Message-ID: <F32FE663-A44D-4AD3-921B-1539939EF4A9 at economy-x-talk.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 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 regards,
> 
> Mark Schonewille
> 

Thanks, Mark. Perfect. 

Jim




More information about the use-livecode mailing list