| u014b | Index Level | u01b6 |
| Syntax | variable = OCONV( string,'u017e' ) |
| Category | BASIC |
| Type | User Exit |
| Description | allows output of any character to the terminal or spooler. |
| Options | |
| See Also | user exits user exits, FlashBASIC |
| Example |
printer on
x = oconv(char(255),'u017e') Output a character xFF to the spooler. x = oconv('abc','u017e') Output the string "abc" to the terminal. |
| Warnings | |
| Compatibility |
| u014b | Index Level | u01b6 |