|
|
Topic complex |
Stream functions |
Function |
f_write() |
Short |
Writes into a stream |
Syntax |
f_write(hdl : integer; VAR array[]; nbytes : INTEGER) : integer |
Parameter |
hdl : Handle return from f_create or f_open
array : BYTE[], INTEGER[], REAL[], CHAR[], TBITS[]
nbytes : Number of bytes to write |
Return |
Number of bytes effectively written
|
See also: |
|
Description |
This functions writes a maximum of nbytes from the assigned array into the stream. If no parameter nbytes is given the whole array will be written.
|
Write a comment:
|
|
|