It is possible to get the line number of a syntax error when using the VBScriptEngine?
Ideally I would like to inform the user that the script they have entered has an issue, and display the line where the issue occurred.
When I try to execute a bad script, an exception is thrown but it does not contain the line number of the error.
Reactions are currently unavailable
It is possible to get the line number of a syntax error when using the VBScriptEngine?
Ideally I would like to inform the user that the script they have entered has an issue, and display the line where the issue occurred.
When I try to execute a bad script, an exception is thrown but it does not contain the line number of the error.