Re: varibles in handler
Re: varibles in handler
- Subject: Re: varibles in handler
- From: Robert Poland <email@hidden>
- Date: Mon, 17 Jan 2011 16:29:31 -0700
> On Jan 17, 2011, at 4:22 PM, Christopher Stone wrote:
>
> On Jan 17, 2011, at 16:17, Robert Poland wrote:
>> my setDelimiters(originalDelimiters)
> ______________________________________________________________________
>
> Hey Bob,
>
> It looks like you have never assigned any content to 'originalDelimiters' in your script, so when you do the handler call with an undefined variable you're getting the error:
>
> The variable originalDelimiters is not defined.
>
> Which is no surprise.
>
> --
> Best Regards,
> Chris
>
Chris,
Unless I'm totally confused, the variable originalDelimiters is defined.
It is set as a global and is defined by the first call (my setDelimiters(".")) to the handler.
Robert Poland - Fort Collins, CO
_______________________________________________
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