PickBASIC / FlashBASICThe u21a3 user exit opens a file, or
reads the next attribute from a file.
Syntax
result = iconv(file.ref, ’u21a3’)
var = oconv(’’, ’u21a3’)
Description
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.
Example(s)
result = iconv(’bp fdisk’, u21a3’)
var = oconv(’’, ’u21a3’)
Opens the file bp, fdisk, and reads the
next attribute into the variable.