>
> --- In [email protected], bizaro <bizaro137@> wrote:
> > Following script takes PP down,
> >
> > Local myV = Vec.CreateFromLines("a\nb\nc\nd")
> > Vec.Delete(myV, 1)
>
> vec.delete is broken. I'll include a fixed version in next beta. I
> uploaded the vec.dll to the webeddie folder if you want to use it now.
It's not urgent, just a notification.
The new vec.dll now breaks Vec.CreateFromWords(...,n):
local v=Vec.CreateFromWords("0 1 2 3")
win.debug(v.length) -> 4
local v=Vec.CreateFromWords("0 1 2 3",0)
win.debug(v.length) -> 1
local v=Vec.CreateFromWords("0 1 2 3",1)
win.debug(v.length) -> 2
local v=Vec.CreateFromWords("0 1 2 3",2)
win.debug(v.length) -> 2
local v=Vec.CreateFromWords("0 1 2 3",3)
win.debug(v.length) -> PP crashed
Sean
Attention: PowerPro's Web site has moved: http://www.ppro.org
YAHOO! GROUPS LINKS
- Visit your group "power-pro" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
