Next: formatpval() Up: MacAnova Help File Previous: for   Contents

fprint()

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



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

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

See also write(), matprint(), matwrite(), macrowrite().


Gary Oehlert 2003-01-15