![]() |
<< Index >> |
FutureBasic 5 |
read field ( obsolete and removed in FB 5.7.99 ) | statement | |
|
read field [#]deviceID,handleVar
deviceID
into the new block, and returns a handle to the block into handleVar
, which must be a long-integer variable or a Handle
variable.write field
statement writes to a file; almost always, the data you read with read field
will have been created using a write field
statement.handleVar
when you're finished using the block. You can use a statement such as DisposeH
or kill field
to do this.