Varkon MBS Programmers manual
Writes unformatted binary data to a file without any conversion.
outbin(f, data); file f; anytype data;
f | - The name of a filevariable associated with a file open for write, append or update (W, A or U) |
data | - The data to write. A variable, possibly indexed or any expression is allowed |
None.
How many bytes of data that are written depends on the size of data. If data is an indexed variable (array) the entire array is written.
Varkon 1.19D svn # 120M