The %fputs() function writes the string designated by str on the named output stream.
var = %fputs(str, (char*)stream)
eof (-1) is returned in case of an error.
equ nl to char(10) n=%fputs(’Input file name’:nl,(char*)stream)
%fgetc() function, %fputc() function, %popen() function, FlashBASIC C functions overview, cfunction statement