image\cslogo3d1.gif

JScript TextStream Object Column Property

Read-only property that returns the column number of the current character position in a TextStream file.

Syntax: JScript TextStream Object Column Property

object.Column

Arguments: JScript TextStream Object Column Property

object

The name of a TextStream object.

Remarks: JScript TextStream Object Column Property

After a newline character has been written, but before any other character is written, Column is equal to 1.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.