Craig,

> The list of points goes negative  after 32767

nice finding. You can simplify the test

on mouseUp
   repeat with i = 32767 to 32770
      put 100, i & cr after tCollect
   end repeat
   delete last char of tCollect
   set the points of grc 1 to tCollect
   put the points of grc 1 into field 1
end mouseUp

gives you 

100,32767
100,-32768
100,-32767
100,-32766

kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/What-is-the-max-number-of-points-in-vector-graphic-tp4679840p4679892.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