Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.225 filewrite

filewrite, lun, array [, start]

Writes the data values from array unformatted to the file opened on logical unit lun, starting at position start in the file, measured in units of a data value from array. If start is not specified, then the data is written at the current file position.

See also: fileread, openw