SetScript Method
Action Object : SetScript Method
Description
Uses the specified string as the new script for the action.
Syntax
Visual Basic
Public Sub SetScript( _
   ByVal ScriptContent 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).
Remarks
If the script contains syntax or other errors, the SetScript step fails.
Example
See Also