Re: TIDs, AppleScript's or not
Re: TIDs, AppleScript's or not
- Subject: Re: TIDs, AppleScript's or not
- From: John Delacour <email@hidden>
- Date: Wed, 26 Feb 2003 13:42:49 +0000
- Mac-eudora-version: 6.0a8
At 8:59 pm -0800 25/2/03, Jon Pugh wrote:
The current tell block's. You need to use "AppleScript's" if you
are in a tell block.
or just <<my>>
tell app "Eudora"
set my text item delimiters to ":"
set vList to text items of "folder:file"
set my text item delimiters to ""
get the first item in vList
end
--> "folder"
JD
_______________________________________________
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.