On 2015-10-12 18:41, Richard Gaskin wrote:
That looks like Builder rather than Script, no?
No - this is definitely a LiveCode Script library... It implements a data-type on top of an LCS array very much like the LCB 'List' type. (Such 'proper lists' - aka dense integer numerically-keyed arrays with index starting at 1 - are something we want to add to LCS at some point).
Interestingly (although I've not read it in depth) it looks like the type is designed with the idea that you can easily change what is considered to be the 'first' index - i.e. move backward and forward through it.
This reminds me of a circular linked list in functionality. Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode