"and you have old, slow, brute force scripting skills, "

on mouseUp
repeat for each line tLine in fld "csv1"
   put line lineOffset(item 1 of tLine,fld "csv1") of fld "csv1" & "," & \
   item 2 of line lineOffset(item 1 of tLine,fld "csv2") of fld "csv2" &
return after temp
end repeat
put temp into fld "Upload File" 
end mouseUp

Me too.

Craig



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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to