--- Alex Peters <[EMAIL PROTECTED]> wrote: > --- Sean wrote: > > > Actually it's in the vec/map.txt: vec/map.localcopy() > > Well, it may look like cryptography at first read... > > It is, but having that information in only that spot is of no use to > anyone who doesn't use Vec/LocalCopy, myself included. > > I strongly feel that this information should be added at least to > Vec.Create.
Well, it might be, how to say, "tricky"(?) to describe. For example, the below script won't destroy the 'v-1'. There is no such thing as the global/static/local 'v-1', in fact, 'v-1' is not a variable at all in the ordinary sense. local v=vec.create(100,100) ;; assume the created vec is 'v-1' v="" quit Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
