On Apr 29, 2012, at 7:36 PM, David Epstein wrote:
> Are there any limits on what characters can be used in an array key?  For 
> example, do tab characters cause problems?

NUL characters do funny things.  Avoid those.  A NUL is called null in LiveCode 
and is numToChar(0).  

The result of arithmetic have numberFormat applied to them to create strings 
for keys, so you might need to be careful there when using numbers, the same 
number could end up being two different keys.

I have not noticed any problem with tabs.  

I am curious as to what else you learn.

Dar Scott

_______________________________________________
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

Reply via email to