Used to get the offset of the statement if the Execute method raised an exception.
Class
TDAScript
Syntax
function ErrorOffset: Int64;
Return Value
offset of an error.
Remarks
Call the ErrorOffset method to get the offset of the statement if the Execute method raised an exception.
See Also