Re: get handler name
Re: get handler name
- Subject: Re: get handler name
- From: Nigel Garvey <email@hidden>
- Date: Sun, 25 Mar 2001 04:22:14 +0100
Jason Bourque wrote on Sat, 24 Mar 2001 07:00:12 -0500:
>
> On 3/22/01 5:03 PM, Jason Bourque <email@hidden> wrote:
>
>
>
>> I just wrote this handler that lists the handlers in a script. Let me
>
know
>
>> how it works out.
>
>
>
> on handlerLister()
>
> set myScriptText to me as text
>
>
>
> --> Can't make +script; into a string.
[...]
>
>
Hmmmm, what is wrong with your AppleScript? It works fine on my home(2) and
>
work machines(3). OS 9.0.4 and AS 1.4.3 limited osax. And it works in the
>
Generic Script Editor too. Maybe it just doen't like to work on Fridays : -)
Script-to-string is a coercion from Jon's Commands.
NG