Arrays and Lists
David Burgun
dburgun at dsl.pipex.com
Mon Oct 17 10:18:59 EDT 2005
Hi,
This doesn't seem to work althouigh you don't get an error!
on mouseUp
local myArray1
local myArray2
local myArrayX
local myArrayY
local myList
put "Test1" into myArray1["Array1"]
put "Test2" into myArray2["Array2"]
put myArray1 into item 1 of myList
put myArray2 into item 2 of myList
put item 1 of myList myArrayX
put item 2 of myList into myArrayY
end mouseUp
I to hold a dynamic list of arrays, how else can I do this in RunRev?
Thanks a lot
All the Best
Dave
More information about the use-livecode
mailing list