COLUMN - find current column on I/O unit.

Usage:

B:
   col = column( [unit] );
C:
   int column(FILE *unit);

Where:

unit
is the unit for which the column is to be determined. This may be an input or output unit. The default is the current write unit.
col
is the column that the next character will be written to or read from.

Description:

COLUMN determines the current column position on the specified I/O stream. The following rules apply:

The COLUMN function is not supported with strings that have been opened for I/O.

See Also:

expl b lib .choff
returns the logical character offset into the current record.

Copyright © 2000, Thinkage Ltd.