Next: getascii() Up: MacAnova Help File Previous: fromclip()   Contents

fwrite()

Usage:
fwrite(fileName, a, b, ...[,format:Fmt or nsig:m, header:F, labels:F,\
  missing:missStr, width:w, height:h]), Fmt, missStr, fileName CHARACTER
  scalars, m > 0, w >= 30, h >= 12 integers



Keywords: output, files
fwrite(name,a,b,...) is equivalent to write(a, b, ..., file:name).  The
use of fwrite() is discouraged.  Use write() instead.

See write() and print() for details on keyword use.

See also matprint(), macroprint().


Gary Oehlert 2003-01-15