[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fprint F;                    print to FILE

    or

fprint(F);                   print to FILE

    Prints $0 to file  'F' followed by ORS.   Returns number of  characters
    printed.

fprint F,...   ;             print to FILE

    or

fprint(F,...);               print to FILE

    Prints expressions in the expression list, '...', to the file 'F', each
    separated by OFS.   The last  expression is followed  by ORS.   Returns
    number of characters printed.

See Also: print
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson