I just ran the following on Win98 SE 4.10.2222 A, P II 120 Mhz, 64MB, under FPW 2.6a (w/ official MS High Speed CPU patch). Output written to a local SCSI drive.
fil_nam = "dummyr.dum"
f_hdl = fcreate(fil_nam)
IF f_hdl >= 0
lcjunk = replicate("1234567890",10)
for ii = 1 to 2500
=fwrite(f_hdl, lcjunk)
endfor
=fwrite(f_hdl, chr(26))
=fclose(f_hdl)
ELSE
WAIT WINDOW "Couldn't get handle"
ENDIF
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.