Syntax for incrementing a numeric 'word'

Keith Clarke keith.clarke at clarkeandclarke.co.uk
Wed Jun 27 09:14:59 EDT 2012


Yes, good point well made, Craig - thanks.

I've moved to an array structure as suggested by Ken Corey. So, the keys behave better (and much faster) than my attempts to iterate through and compare poorly structured lines in two fields.
Best,
Keith..

On 27 Jun 2012, at 13:52, dunbarx at aol.com wrote:

> The original issue, the error thrown by your script, can be traced back to the fact that:
> 
> 
> line tLine of fld "results"
> 
> 
> "tLine" is not an integer. A line number has to be so designated, and your "line" is of the form:
> 
> 
> "someWord" & tab & 1
> 
> 
> This throws the parser for a loop.
> 
> 
> Craig Newman
> 
> 
> 
> -----Original Message-----
> From: Keith Clarke <keith.clarke at clarkeandclarke.co.uk>
> To: How to use LiveCode <use-livecode at lists.runrev.com>
> Sent: Wed, Jun 27, 2012 4:25 am
> Subject: Syntax for incrementing a numeric 'word'





More information about the use-livecode mailing list