English
Chinese
 
yTin Online Help
 
 
Home (english)
|
Home (chinese)
|
Downloads
|
Sample scripts
|
Online help
|
Utilities
|
FAQs
|
Discussions/Messages
|
Mud&links
|
My Progs
|
Mirrors
|
fputs
format:           
#fputs
{string} {FILE}
FILE is $_ from
#fopen
.
The variable _ is set to a non - negative number on success, or -1 on error.
string length is limited to 2048.
See help on C function: int fputs(const char *s, FILE *stream);
See also:
#fopen
/
#fclose
,
#feof
,
#fseek
,
#fgets
,
#fputs
,
#fread
,
#fwrite
,
#remove
,
#rename
,
#sysecho