Previous Topic: CommentsNext Topic: ConvertBinaryToString


Constants

Constants

Constants are predefined or dynamically defined variables provided by the script interpreter. Their value depends on the state of the interpreter and its platform. Constants cannot be modified by the script and retain the same value for the duration of the session.

The exceptions are APPLICATIONPATH, which is initialized using the Detect keyword, and LANGUAGE is initialized with the language of the operating system.