Selecting a range within an array?

Glen Bojsza gbojsza at mac.com
Wed Apr 7 17:18:21 EDT 2004


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



More information about the use-livecode mailing list