Topic complex |
Stream functions |
Function |
f_size() |
Short |
Calculate the size of a stream |
Syntax |
f_size(hdl : integer) : integer |
Parameter |
hdl : Handle returned by f_create or f_open
|
Return |
>=0 size of stream as number of bytes otherwise error |
See also: |
|
Description |
Returns the file size of the external file in bytes.
|