How to use an array to solve the following...

Bob Sneidar bobs at twft.com
Mon Feb 20 16:02:12 EST 2012


Also each element in <array>

Bob


On Feb 20, 2012, at 10:34 AM, gcanyon+rev wrote:

> any time you find yourself writing:
> 
> repeat with i = 1 to the number of lines|words|items of someContainer
> 
> stop. Rewrite it as:
> 
> repeat for each line|word|item in someContainer





More information about the use-livecode mailing list