Re: Linked lists (was osascript - path to me)
Re: Linked lists (was osascript - path to me)
- Subject: Re: Linked lists (was osascript - path to me)
- From: Philip Aker <email@hidden>
- Date: Mon, 20 May 2002 08:56:25 -0700
On Monday, May 20, 2002, at 06:14 AM, Bill Cheeseman wrote:
"In AppleScript 1.1, lists are represented as vectors.
Given the above, I think it would be better to use a name which
represents the underlying template:
set v to {1,2,3,...} as vector
Extrapolating (b i g s t r e t c h I k n o w), I suggest
pumping all of STL into AppleScript using the "::" binder
(quasi-Tcl-namespace):
set v to {1,2,3,...} as std::vector
set l to {1,2,3,...} as std::list
Then we'd know 'xactly what is being dealt with.
Cheers,
Philip Aker
http://www.aker.ca
_______________________________________________
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.