ValidateScript Method
Description
Validates the script syntax.
Syntax
Visual Basic
Public Function ValidateScript( _
   ByVal ScriptContent As String _
) As String
Parameters
ScriptContent
A single string containing the VBScript content of the action script. For line breaks, use vbCrLf or Chr(13)+Chr(11).
See Also