Manage variables in a basic MetaBot

Manage the variables created in "Create local variable in a MetaBot."

Prerequisites

The Add Logic and local variables to a basic MetaBot task must be completed successfully before you can complete this task.

Verify that you have the following access and permissions:

Procedure

  1. Open the LOGIC created in Add Logic and local variables to a basic MetaBot.
  2. Click String SayHiTo(String Name).
    Tip: Adjust the columns inside under Actions List so that the Class and list methods are visible.
  3. Expand the MyApp4Lib.dll in the Dll pane.
    VisibleBotMethods contains a list of all the methods included in the MyApp4Lib.dll.
  4. In the Class pane, click String SayHiTo(String Name).
    A dialog with the title "SayHiTo" pops up.
  5. Enter "Bob Smith" in the Value field.
  6. Select the check box next to Assign output to variable.
  7. Select MyMessage from the drop-down list.
  8. Click Add.
  9. Click Save.

Next steps

To assemble the MetaBot created in Enterprise 11: Create a basic MetaBot, read Assemble a basic MetaBot.