ContentsIndexPreviousNext

4.3.2.7 TEXT

The TEXT configuration variable is used to control the text of selected runtime messages. Three runtime messages have been added to support AcuConnect password handling. These messages are numbered 15, 16, and 17. The default text for each message is as follows:

15  "A password is required to connect to host %s."
16  "Please enter a password: "
17  "Invalid password."

Note that in message 15, the name of the AcuConnect host will be substituted for the "%s" characters.

To change the text associated with a given message, place the word "TEXT" at the beginning of a line in the runtime configuration file, followed by a space, the message number, an "=" character, and the text to be used when that message number is displayed. For example:

TEXT  16=Enter your password now:

(Note that the use of AcuConnect password protection is optional. If password protection is not used, these messages will not be displayed.)