--- In [email protected], bizaro <[EMAIL PROTECTED]> wrote: > > Hello kottami, > > you wrote... > > >> vec.sort(v4,0,0) > >> vec.doublesort(v4,v5,0,0) > > > vec.doublesort(v4,v5,0,0) > > vec.sort(v4,0,0) > > I think that you can remove vec.sort(v4,0,0), vec.doublesort (v4,v5,0,0) > also sorts v4 > > > I make a vector.. Like > > v3 = vec.create > > Is it Possible??? > > Because I don`t know vec.length.. > > Use something like following, > v3 = vec.create(10, 10) > > From help: > If second parameter (growth) is >0, the vector will be grown > automatically if you set or insert element with index equal to capacity. >
Hello bizaro, Thanks for answer.. Oh.. Yes. I misunderstood, I think, sort V3 first, and then sort V4 .. Thank you.. 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/
