![]() |
<< Index >> |
FutureBasic 5 |
write field( obsolete and removed in FB 5.7.99 ) | statement | |
|
write field[#] deviceID, handle
handle
to the open file or serial port specified by deviceID
, in a format suitable for input by the read field
statement.write field
starts writing at the current "file
mark" position. If first writes a 4-byte long-integer which indicates
the size of the block; following this, it writes the contents of the
block itself.write file
statement instead:write file# deviceID,[ handle ],fn GetHandleSize( handle )