> v=vec.destroy(v) Yes, always write v=vec.destroy(v) to avoid problems. YOur published script does not. >
because you are using a local variable to store the vec, skip the > > vec.destroy altogether. Local vars are automatically destroyed by > > PowerPro when the script quits... Correct. > > I'm confused. I thought that a vector persists after it's created unless you > explicitly destroy it. No, local vectors have their storage released automatically, as do local hash tables. ------------------------ 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/
