Document Conventions

This documentation uses the following typographical conventions:

Convention Description
Sub, Visible, Caption Words in bold with initial letter capitalized indicate keywords.
agent, String, Now Italic words indicate placeholders for information you supply.
ENTER, F1 Words in all capital letters indicate filenames, key names, and key sequences.
Agent1.Commands.Enabled = True Words in this font indicate code samples.
' This is a comment An apostrophe (') indicates a code comment.
Agent1.Commands.Add "Test1", _
"Test 1", "test one"
A space and an underscore (_) continues a line of code.
[words or expression] Items inside square brackets are optional.
This | That A vertical bar indicates a choice between two or more items.
agent The word "agent" in italics represents the name of the agent control you use.

The descriptions of programming interfaces in this document follow the conventions for Microsoft VBScript. However, they should be generally applicable to other languages as well.