 Object Menu
|

| Column |
| Type | Method |
| Return Value Type | Numerical |
| Usage | object.Column |
| Description | Determines the character position of the pointer. |
| Example | Code: Set fso = CreateObject("Scripting.FileSystemObject") filename="c:\test\test.txt" Set tso = fso.OpenTextFile(filename,1,false,0) response.write tso.ColumnResult: 34 |
|