Sorry, memlines() not mline()
On Fri, Apr 21, 2017 at 10:44 PM, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:
VF9SP2
Currently, I'm simply doing this for now:
RowCount = OCCURS(CHR(13),FILETOSTR(m.Filename))
Is there a better (read: FASTER) way? These are tab delimited text files so I can't really use FSEEK or FSIZE(m.Filename) (which requires SET COMPATIBLE ON) because I can't be sure of each record's length.
tia, --Mike
[excessive quoting removed by server]