| u2117 | Index Level | u21b6 |
| Syntax |
result = ICONV( file.reference, 'u21a3' )
variable = OCONV( '', 'u21a3' ) |
| Category | BASIC |
| Type | User Exit |
| Description |
opens a file, or reads the next attribute from a file.
If used in an "iconv", it opens a file. If the OPEN was successful, "result" contains a '1'. If used in an "oconv", it reads the next attribute. |
| Options | |
| See Also | user exits, FlashBASIC OPEN READNEXT |
| Example |
result = iconv('bp fdisk', u21a3')
variable = oconv('', 'u21a3') Opens the file "bp, fdisk", and reads the next attribute into "variable". |
| Warnings | |
| Compatibility | R83 3.1 R83 2.2 |
| u2117 | Index Level | u21b6 |