![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Returns a customized message by taking a root message in the MESSAGES table and inserting customizing tokens. (F)
• Message text is contained in the MESSAGES table, which is parameterized by utility. You can use this table to contain the messages for your applications. The utility parameter value cannot start with an at sign (@).
• MESSAGE customizes the message by replacing each percent sign (%) in the root message with the next token in the list of tokens. If no such message exists in the MESSAGES table, MESSAGE returns a message indicating this.
• Separate multiple tokens in tokenlist with spaces.
• No check is made to ensure that the number of customizing tokens is equal to the number of percent signs in the message.The example rule is used by a function key. SCREENMSG uses MESSAGE to return a value and MESSAGE modifies the root message for the EMPLOYEE utility:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |