Hello Bruce,

you wrote...

> - fixed vec.makelines

It seams that Vec.MakeLines has a problem with large vectors

Local myT myV

;Works
;myT = Repeat("t", 507)

;Doesn't work
myT = Repeat("t", 508)
myV = Vec.CreateFromLines(myT)
Win.Debug(Line(myT, 0))
Win.Debug(Vec.Length(myV))
myT = Vec.MakeLines(myV)
Win.Debug(Line(myT, 0))



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to