Apart from the already reported problem with FWH, I noticed a speed boost of about 20% using last SNV versions in a sample like this:

REQUEST DBFCDX


FUNCTION MAIN()

   LOCAL nSec

   LOCAL cCli

   RDDSETDEFAULT( "DBFCDX" )

   USE E:\EMAGFW\GESR\CORSE

   nSec = SECONDS()

   WHILE !EOF()
       cCli = FIELD -> cliente
       SKIP
   ENDDO

   ? SECONDS() - nSec

   CLOSE

   RETURN NIL

What could be the reason?

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to