Home > Archive > Programming with dBASE > February 2006 > Re: How to fill a memory chip (I mean the one of a digital camera, a MP3 music player etc) with a









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: How to fill a memory chip (I mean the one of a digital camera, a MP3 music player etc) with a
evilaro

2006-02-06, 9:23 am

Todd:

I am trying something like this.
It does not seem to make it faster to put more letters on the string
twice as much takes twice as much and gives 2 times the filesize.

Regards
Emilio

IDENTIF=(FCREATE("PARABORRAR.TXT","W"))
? TIME(0)
FOR N=1001 TO 101001
FPUTS(IDENTIF,"gjdfhgjdfh jhdfjgkdfhg jkdffg") /// very long string
NEXT N
FCLOSE(IDENTIF)
? TIME(0)


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com