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


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to