RPL or Quoted Strings for Title, Label Messages, Field Help:

The strings used for:

are usually coded as literal strings.  The Inform Box Editor will automatically place quotes around the entered text.

The above strings may be replaced with RPL code which computes and then loads a string to the stack. Sometimes this can be useful when the programmer has a unique string library technique (other than the Message Table built into HP libraries).

To use this feature, remove the check mark from the Quote box just in front of the Form Title, any Label Message Box or any Field Help string box.  If you do this for one label, it will apply to all labels.  If you do this for one field, it will apply to all fields.

If some of the help fields are RPL code but a few are still text, an RPL text string ("abcdefg") with quotes may be entered.  This will generate a literal RPL string.  Such a string will NOT be collected into the Message Table, even if the M Table option has been checked.  To use the Message Table, little quote boxes must be checked.