> ------------------------------
> 
> Message: 13
> Date: Thu, 9 Jun 2011 01:30:43 +0200
> From: Mark Schonewille <m.schonewi...@economy-x-talk.com>
> To: How to use LiveCode <use-livecode@lists.runrev.com>
> Subject: Re: Printing addresses on newsletters
> Message-ID: <f32fe663-a44d-4ad3-921b-1539939ef...@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

_______________________________________________
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