Please help, Can anybody please help
with the following. When I run the following [sample]
programme in Alaska it takes 73 seconds to run on an older
PC. But, on the same PC when complied in Clipper, it takes
only 3 seconds to run. Can anyone help me speed up the
process.
Thanks
[ Please note, this is only an example
]
use policy
go top
@10,10 say
time()
do while .not.
eof()
@12,10 say recno()
dbskip()
enddo
@14,10 say
time()
Thanks