Re: Applescript LetterRip Server
Re: Applescript LetterRip Server
- Subject: Re: Applescript LetterRip Server
- From: Jeff Grossman <email@hidden>
- Date: Mon, 19 May 2003 09:44:43 -0700
on 5/19/03 9:39 AM, Emmanuel at email@hidden wrote:
>
At 8:19 AM -0700 19/05/03, Jeff Grossman wrote:
>
> I need to create an applescript which will export the subscriber list from a
>
> LetterRip Mailing List. The developer gave me the following code to get the
>
> addresses, but how do I save it to a file? I am not very good with
>
> applescript.
>
>
>
> tell application "LetterRip_Server"
>
> set a_list to subscriber list "test list"
>
> set subs to subscribers of a_list
>
> repeat with theSub in subs
>
> set theName to name of theSub
>
> set theAddress to email address of theSub
>
> end repeat
>
> end tell
>
>
All you have to do is:
>
>
- fire "Script Editor"
>
- copy the text in a new window
>
- save the window "as application"
>
>
You get an applet which will execute the script above once double-clicked.
>
>
Emmanuel
>
I'm sorry, I don't think I explained myself very well. I meant to say, how
do I save the output to a file? I want the output of the script to go to a
file. It does not seem to do that, and I don't know enough about
applescript to figure it out.
Jeff
--
Jeff Grossman (email@hidden)
Director - Information Systems, Turner's Outdoorsman
http://www.turners.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.