I'm looking for a tool that will take my VBScript and check it for syntax errors. Specifically, I need to know where I have referenced constants and then failed to either include the "Const" statement or have made a typo.
I don't want to execute the script and debug because that only seems to debug the parts that are actually run.
Appreciate any recommendations.
I don't want to execute the script and debug because that only seems to debug the parts that are actually run.
Appreciate any recommendations.