Hi,

I am trying to see how you can select a range from an array...
The following does NOT work but is the logic of what I am attempting to do.


on mouseUp
put 5 into aTestScore[1,1]
put 7 into aTestScore[2,1]
put 33 into aTestScore[3,1]
put line 2 to 3 of aTestScore into tOutput -- I want to create an array with 7 and 33
combine tOutput with return
put tOutput into field "results"
end mouseUp



if I used just variables this would work but for the larger part of my project I will working with arrays.


thanks,

Glen

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to