Previous Topic: Desktop Management Scripting LanguageNext Topic: Numbers


Identifiers

Identifiers are constants, variables, and functions that you use in your program. An identifier can contain a maximum of 64 characters and must begin with a letter or an underscore. An identifier cannot contain spaces and parentheses. Identifiers are not case-sensitive.

Examples:

MyVar
MyString