Incrementing a variable
Posted: Fri Mar 27, 2009 4:54 pm
Is there a more elegant way of incrementing a variable then this?
put i + 1 into i
put i + 1 into i
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
vamp07 wrote:Is there a more elegant way of incrementing a variable then this?
put i + 1 into i