Re: Run Handler-Name from Text?
Re: Run Handler-Name from Text?
- Subject: Re: Run Handler-Name from Text?
- From: Tom Robinson <email@hidden>
- Date: Tue, 17 Apr 2012 14:38:04 +1200
You should be able to do it with 'run script':
set a to "display dialog \"Hello\"" run script a
On 2012-04-17, at 14:24, Christopher Stone wrote: Hey Folks,
I'm trying to build a lookup table with criteria and associated handler-names.
From this table I want to lookup a specific criterion/handler, return the handler-name, and execute the handler.
set lookUpTable to " myCriterion myHandlerName() "
The handler-name returns as text, and I can't seem to find a way to get that to execute.
Is there a way to do this?
Thank you.
-- Best Regards, Chris
|
_______________________________________________
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