| %FOPEN | Index Level | %FPUTC |
| Syntax | variable = %FPRINTF( (char*)stream, format, arg.... ) |
| Category | BASIC |
| Type | C Function |
| Description |
writes formatted output on "stream" under control of the "format". See the Unix Programmer's Reference Manual.
Floating types are not supported. |
| Options | |
| See Also | c function CFUNCTION %FCLOSE %FOPEN %FPUTC |
| Example | |
| Warnings | |
| Compatibility | D3/Unix |
| %FOPEN | Index Level | %FPUTC |