VBScript Macro Tab
The VBScript Macro tab of the Edit Node window is where to define the macro that executes at the current Node. To see when the macro is processed, refer to Components of a Node and How they are Processed.
VBScript macros will be discussed thoroughly in a later chapter. For now the discussion focuses on how to use the Edit Node window's user interface.
The VBScript Macro tab has two fields:
- VBScript Macro: The code for the macro itself is shown in the top part of the window.
- Header Used to Test the VBScript Macro: This field is used to set some of the variables that will be present when the macro executes during an actual call. Setting these variables to different values allows testing of the macro right from the Edit Node window.
The VBScript Macro Tab facilitates:
- Creating or modifying the macro for the current Node.
- Building a header used for testing the Macro using the "Build a Header" button.
- Modifying the header used to test the Macro.
- Testing the macro using the "Test the Macro" button.
Screenshot
