Re: Arthur Knapp not being recognized by script object
Re: Arthur Knapp not being recognized by script object
- Subject: Re: Arthur Knapp not being recognized by script object
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 01 Mar 2001 08:40:10 -0800
On 3/1/01 8:05 AM, "Arthur J Knapp" <email@hidden> wrote:
>
> Date: Wed, 28 Feb 2001 20:14:06 -0800
>
> From: Richard 23 <email@hidden>
>
>
> Subject: Re: Arthur Knapp not being recognized by script object
>
>
I object to this subject line:
>
>
script ScriptObject
>
on recognize(person)
>
if (person = "Arthur Knapp") then
>
display dialog "I recognize you!!!"
>
else
>
display dialog "You the heck are you?"
>
end if
>
end recognize
>
end script
>
>
set a_person to display dialog "You are you" default answer ""
>
tell ScriptObject to recognize(text returned of a_person)
I like it!
--
Paul Berkowitz