Siebel VB Language Reference > Siebel VB Overview >

Typographic Conventions


This guide uses the following typographic conventions.

Table 2.  Typographic Conventions
To Represent
Help Syntax Is

Statements and functions

Initial letter uppercase: Abs Len(variable)

Optional arguments, characters, or both

Arguments, characters, or both in brackets:

   [, caption], [type], [$]

Required choice for an argument from a list of choices

A list inside braces, with OR operator ( | ) separating choices:

   {Goto label | Resume Next | Goto 0}

Siebel VB Language Reference