[ANN] LiveCode List Processor

Peter W A Wood peterwawood at gmail.com
Wed Oct 14 00:36:15 EDT 2015


Thanks for the explanation Monte

> On 14 Oct 2015, at 08:33, Monte Goulding <monte at sweattechnologies.com> wrote:
> 
> 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

I’m guessing that engine keeps a track of the type that each value is currently stored.

Cheers

Peter





More information about the use-livecode mailing list