Re: Copy to list Question
Re: Copy to list Question
- Subject: Re: Copy to list Question
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 14 Apr 2009 21:39:39 -0400
On Tue, Apr 14, 2009 at 8:59 PM, Peter Baxter <email@hidden> wrote:
>
> Some how we'll have to coerce the text back into a variable.
You can't. Not in Applescript. Many languages have this feature -
it's called "second-level evaluation", and often realized in the form
of an "eval" function or primitive. The closest thing Applescript has
is 'do script "string"' which doesn't let you get at variables
declared outside of the string, so it's no good for this case.
It would help if the OP would indicate what problem they're trying to solve...
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden