> On 14 Oct 2015, at 11:27 am, Peter W A Wood <peterwaw...@gmail.com> wrote:
> 
> As I understand, LiveCode has very few types, mainly everything is a string 
> except for arrays and (maybe) objects. (I say maybe as my knowledge of 
> LiveCode is insufficient in the area of how Objects are stored.)

It’s a confusing topic. See the is really operator for more info. Under the 
hood they are stored in the most efficient way they can be but it often depends 
on the last operation:

put “1” into t — is really a string
put “1”*1 into t — is really a number

Cheers

Monte
_______________________________________________
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