Hello Bruce, you wrote...
> Yes, makeslines currently ignores empty vector elements at start. I > will fix. It seams that it also ignores last empty entry, Local myT myV myT = "a\n\n\n" myV = Vec.CreateFromLines(myT) Win.Debug(Line(myT, 0)) Win.Debug(Vec.Length(myV)) myT = Vec.MakeLines(myV) Win.Debug(Line(myT, 0)) cause for this behavior might be the fact that last empty line of multi line string must has trailing \r or \n, to be counted, which Vec.MakeLines does not add to the last empty entry. ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hbi76tc/M=362131.6882499.7825260.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1124986308/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> 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/
