...err, the Byte(-Start and also Line) - idea i had too but in another sense:
Have time for a very small idea?Long lStart ' should be in range 1 to Strptrlen(Strptr(sText)) Long lLine ' should be in range 1 to ParseCount(sText, $CRLF) myParser.Scan(sText, Byte lStart) ' Byte option to tell the parser to start scanning at Byte lStart myParser.Scan(sText, Line lLine ) ' Line option to scan desired line only
check this:
http://www.thinbasic.com/community/s...2320#post92320
Bookmarks