Hi. --- In [email protected], miinx <[EMAIL PROTECTED]> wrote: > But what is vec.binindex() doing? For the above, it returns 3. Change > "green" to "boo" and it returns 1.
I guess it is supposed to return the index where the element would be placed in the array. It's not correct, though (if the element doesn't exist). You have to add 1. "green" should return 4, "boo" should return 2. Mockey ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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/
