Previous Topic: Desktop Management Scripting LanguageNext Topic: Numbers


Identifiers

Identifiers denote 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.

Example: Identifiers

MyVar
MyString
LocalPath