--- In [EMAIL PROTECTED], "swzoh" <[EMAIL PROTECTED]> wrote:
> --- Alex Peters <[EMAIL PROTECTED]> wrote:
> > 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)
> 
> Try this after Vec.Grow(Vector,1): (not tested)
> Vector[Vec.Length(Vector)]="Grown"

Sorry to be hasty again. :-)
In case if you may be suspicious, try once again the above,
but by inserting "before" not "after" at this time.
I think you can figure it out. 



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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