basic.%fputs
Writes a string on a stream.
Syntax
variable=%fputs( string, (char*)stream)
Description
writes the string designated by 'string' on the named output stream.
EOF (-1) is returned in case of an error.
Example
equ NL to char(10)
n=%fputs('Input file name':NL,(char*)stream)
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
