Parameters
- statement
- A string with a VBScript statement to be parsed.
- name
- The name of the statement. A statement can contain named functions and procedures, in which case they are identified by the statement name and function or procedure name pair.
- isGlobal
- Indicates whether it is the GlobalScripts that is being parsed.
Return Value
An System.Exception if the statement is invalid, or null if no errors were detected.