Next: fcwrite, Previous: fcrw, Up: Internal Routines [Contents][Index]
fcw(var, file [, header] [, /runlength])
fcw, var, file [, header] [, /runlength]
Writes var
and header
string into compressed
fz file
. The compression is of the lossless Rice kind. If
/runlength
is specified, then the Rice compression is combined
with run-length encoding. The function version returns 1 on success, 0
on failure, and no error messages.
Alias: fcwrite
Reverse: fzread
See also: fcrunwrite, fzwrite, fzhead