On Fri, Apr 21, 2017 at 4:37 PM, mbsoftwaresolutions@mbsoftwaresolutions.com wrote:
Testing showed these two pretty much a dead heat:
RowCount = OCCURS(CHR(13),FILETOSTR(m.Filename)) RowCount = ALINES(aCrap,FILETOSTR(m.Filename))
But on the bright side, with Richard's one-liner, you're done reading in the file: it's sitting in the array.