Subject RECNO()
From Ken R. <KROGGE@WHITEMOUNTAINTECH.COM>
Date Thu, 07 Feb 2019 15:08:04 -0500
Newsgroups dbase.getting-started

I'm working on a older program that has the following line:

COPY RECNO() TO TEMP

in a loop through about 10,000 records.  By the end of that loop the PlusRun memory requirement has grown to over 10 times its memory requirements and machine performance slows to a crawl. I have narrowed the problem down to that line. So I'd like to replace that line <COPY RECNO() TO TEMP> >with something simple and straightforward.  Any quick advice would be much appreciated.  Thanks!!
Ken R.