COL()
Returns the current screen column position
- Syntax
-
- COL() --> nPosition
- Arguments
-
- None.
- Returns
-
- <nPosition> Current column position
- Description
-
- This function returns the current cursor column position.The value for this function can range between 0 and MAXCOL().
Examples
? Col()
- Status
- Ready
- Compliance
-
- This Functions is Ca-Clipper compliant
- Platforms
-
- All
- Files
-
- Library is rtl
- See Also