English
Chinese
 
yTin Online Help
 
 
Home (english)
|
Home (chinese)
|
Downloads
|
Sample scripts
|
Online help
|
Utilities
|
FAQs
|
Discussions/Messages
|
Mud&links
|
My Progs
|
Mirrors
|
fseek
format:        
#fseek
{FILE} {offset} {start_position}
FILE is $_ from
#fopen
.
start_position must be one of SEEK_CUR, SEEK_END, SEEK_SET.
The variable _ is set to 0 if successful, non-zero on fail.
See help on C function: int fseek( FILE *stream, long offset, int origin );
See also:
#fopen
/
#fclose
,
#feof
,
#fseek
,
#fgets
,
#fputs
,
#fread
,
#fwrite
,
#remove
,
#rename
,
#sysecho