Re: Coerce a returned list of objects into a string
Re: Coerce a returned list of objects into a string
- Subject: Re: Coerce a returned list of objects into a string
- From: Walter Ian Kaye <email@hidden>
- Date: Mon, 5 Jul 2004 01:47:27 -0700
At 10:32p -0700 07/04/2004, Walter Ian Kaye didst inscribe upon an
electronic papyrus:
tell application "Mail"
try
selection as application --sure to error ;)
on error errm
set errm to text 12 thru -16 of errm
end try
end tell
Oops, make that -21 not -16.
(I originally had 'window' but changed it to 'application' to be
extra sure, and forgot to account for the difference in word length.)
-boo
_______________________________________________
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.