%FPUTS

%FPUTS


%FPUTC Index Level %FREE
Syntax variable = %FPUTS( string, (char*)stream )
Category BASIC
Type C Function
Description writes the string designated by "string" on the named output stream.

EOF (-1) is returned in case of an error.
Options
See Also c function CFUNCTION %FGETC %FPUTC %POPEN
Example equ NL to char(10)
n=%fputs('Input file name':NL,(char*)stream)
Warnings
Compatibility D3/Unix
%FPUTC Index Level %FREE