XojoScriptLocation.Column

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aXojoScriptLocation.Column

Supported for all project types and targets.

The starting column of the script error or warning (0-based).

Notes

If the column value is -1 then that means the entire line has an error (for example, if the syntax is completely invalid).