Simple array question

Mark Brownell gizmotron at earthlink.net
Fri Oct 1 10:47:24 EDT 2004


On Friday, October 1, 2004, at 03:41 AM, Martin Baxter wrote:

> But as soon as you do:
>
> put "j" into tvar[10]
>
> The element order would then be:
>
> [1]a
> [10]j
> [2]b
> [3]c
> [4]d
> [5]e
> [6]f
> [7]g
> [8]h
> [9]i
>
> HTH
>
> Martin Baxter

Thanks for the heads up on this.
  I've never tried using the for each element x except after having used 
the split function.

Mark



More information about the use-livecode mailing list