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 17:47:56 -0400
On Tue, Apr 14, 2009 at 5:37 PM, Mark J. Reed <email@hidden> wrote:
> You are trying to dynamically create variable names at runtime- that's
> code generation, and it is slow and error-prone, especially in
> AppleScript.
It also won't let you do what you're trying to do, since dynamically
created programs via 'run script "string"' run in an entirely separate
instance of the AppleScript interpreter which has no access to
variables in the outer script.
--
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