[ANN] LiveCode List Processor

Monte Goulding monte at sweattechnologies.com
Tue Oct 13 20:33:08 EDT 2015


> On 14 Oct 2015, at 11:27 am, Peter W A Wood <peterwawood at 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


More information about the use-livecode mailing list