Coerce String to Handler?
Coerce String to Handler?
- Subject: Coerce String to Handler?
- From: Ehsan Saffari <email@hidden>
- Date: Fri, 13 Apr 2001 08:53:54 -0600
Hi
Is it possible to coerce a string to a handler name
so the handler can be executed?
set x to "iac"
my handler x()
--> Can't make "iac" into a handler.
on iac()
beep
end iac
cheers
ehsan