Previous Topic

Next Topic

Book Contents

Book Index

Home Page

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:

  1. VBScript Macro: The code for the macro itself is shown in the top part of the window.
  2. 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:

Screenshot

Screenshot: VBScript Macro Tab

In This Section

VBScript Macro Field

Header Used to Test VBScript Macro

Build a Header Button

Test the Macro Button

Font Size Button

See Also

Using the Edit Node Window

Question Tab

Responses Tab

Advanced Tab