Hi guys,

Please observe the following script, and the output shown in
PowerPro's debug window (enclosed here as script comments):

Local Lines = "Line 1'r'nLine 2'r'nLine 3"
Local Vector = Vec.CreateFromLines(Lines)
Win.Debug("Vector length after creation:", Vec.Length(Vector))
Vec.Grow(Vector, 1)
Win.Debug("After growing by 1:", Vec.Length(Vector), "(should be 4)")
Vector = Vec.Destroy(Vector)

; Vector length after creation: 3
; After growing by 1: 3 (should be 4)

Cheers,
Alex

ICQ# 37414292



------------------------ 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
---------------------------------------------------------------------~->

****  EDIT YOUR POSTINGS !!!! ****
Please remove as much as possible from original messages before replying to them.
________________________________________________ 
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/
 

Reply via email to