| %FREE | Index Level | %FSIZE |
| Syntax | stream = (char*)%FREOPEN( string, type, (char*)stream1 ) |
| Category | BASIC |
| Type | C Function |
| Description |
substitutes the named file specified by "string" in place of the opened stream "stream1".
The stream is returned as a pointer to a character or 0 (zero) if an error has occurred. System(0) is then set to the error number. |
| Options | |
| See Also | c function %FOPEN %FDOPEN CFUNCTION %FCLOSE |
| Example | |
| Warnings | |
| Compatibility | D3/Unix |
| %FREE | Index Level | %FSIZE |