Hi again all, vec.create(), vec.createfromwords() & vec.createfromlines() all have an optional third parameter "minsize" which sets the minimum amount of memory reserved for each element. (? pls correct me if that is wrong)
Is this memory in bytes? bits? kb? Also, Bruce, in the vec.txt help file, you've written: "If you specify minsize, all elements will be allocated at least this much memory, which will be re-used if any new string is written to the element which requires no more memory." I don't really follow the 2nd bit of that sentence... memory is re-used if a single element requires no more memory & a new string is written to it?? Does that mean the element's value get overwritten? or do all the elements share their total <minsize> amount of memory, adjusting it bwn them as needed... or something? Sorry for my confusion, just want to get it right in my little head. :) Thanks in advance, Karen ------------------------ 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/
