home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST98.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-08-08
|
286 b
|
19 lines
********************
FUNCTION Rewind
PARAMETERS _rhand
IF EMPTY(PCOUNT())
RETURN(.F.)
ELSEIF TYPE("_rhand") != "N"
RETURN(.F.)
ENDIF
* _rhand is the DOS file handle you want to rewind!
FSEEK(_rhand, 0)
RETURN(.T.)
* End of File