Inconsistent results in simple script

dunbarx dunbarx at aol.com
Wed Nov 16 15:45:34 EST 2016


Ah.

OK, put the first list snippet into a field named "csv1" and the second
snippet into a field named "csv2". Now make a button and put this into its
script:
on mouseUp
   put fld "csv1" into student
   put fld "csv2" into serNum
   
   repeat with y = 1 to the number of lines of student
      put item 2 of line y of serNum into masterList[item 2 of line y of
student][item 1 of line y of student]
   end repeat
breakPoint
end mouseUp

Check out the array in the debugger. Is this what you needed? Do you need
help getting this data back "into the clear"?

Craig



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Inconsistent-results-in-simple-script-tp4710376p4710380.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list