Re: (beep) as string
Re: (beep) as string
- Subject: Re: (beep) as string
- From: Christopher Nebel <email@hidden>
- Date: Tue, 18 Nov 2003 15:53:58 -0800
On Nov 18, 2003, at 1:08 PM, julifos wrote:
I used to get this mysterious, invisible value in my early
AppleScript experiments:
{, 3.14, , true, etc, , ,}
Its clearly an internal "null" value of some kind that wasn't
intended to be accessable to scripters.
Such as the undocumented "semi-infinite", without a class? (at least, a
known class)
set x to {}
set x's end to x --> {{...}}
Recursive structures may be undocumented, but they're perfectly
supported, at least for now. There's a bunch of code to deal with
them, and I even added the "..." printing myself. However, no one has
ever found a practical use for them that I'm aware of.
--Chris Nebel
AppleScript Engineering
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.