colno property
Represents the offset into a line where the error occurred in the script.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
iColNumber = object.colno |
Property values
Type: unsigned long
The Offset value
Remarks
You can use lineno and colno to pinpoint and debug where script errors occur.
See also
Show:
