Re: Vertical Bars disappear for lowercase variable names?
Re: Vertical Bars disappear for lowercase variable names?
- Subject: Re: Vertical Bars disappear for lowercase variable names?
- From: Michelle Steiner <email@hidden>
- Date: Tue, 7 Jul 2009 09:48:25 -0700
On Jul 7, 2009, at 9:39 AM, Mark J. Reed wrote:
If "foo" is not an active term in the
current context, then "|foo|" refers to the same variable, as do
"Foo", "|fOo|", etc.
Not true
set foo to 1
|Foo| = foo
The result is an alert "The variable |Foo| is not defined.
set foo to 1
set |Foo| to 2
|Foo| = foo
--> false
-- Michelle
--
it ain't "schadenfreude" if the bastards deserve it.
_______________________________________________
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