Sends a user-defined message to the message table. This message may be used as a warning or to report an error to users.
Messages may be straight text, or may be a Variable. This will allow a standard message to be set up as a Global Variable and then used in several UserCalcs. Variables may be built or concatenated using the EQ Operator and using both Operand2 and Operand3 to contain both text and database items or other Variables.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
00100 | IF | V | GARNISH | LT | PC | 256 | 01000 | 99999 | ||
01000 | MSG | A | GARNISH. DEDN. HAS BEEN REDUCED. | 99999 | ||||||
99999 | EXIT | 99999 |
Result: >>>>Smith’s 401K dedn has reached the max of $4000<<<<
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
00100 | LET | V | MESSAGE | EQ | DB | EID.LAST_NAME | 00110 | |||
00110 | LET | V | MESSAGE | EQ | A | >>>> | V | MESSAGE | 00120 | |
00120 | LET | V | MESSAGE | EQ | V | MESSAGE | A | ‘s 401K dedn has reached the max of $ | 00130 | |
00130 | LET | V | MESSAGE | EQ | V | MESSAGE | $C | LIMIT | 00140 | |
00140 | LET | V | MESSAGE | EQ | V | MESSAGE | A | <<<< | 00150 | |
00150 | MSG | V | MESSAGE | 99999 | ||||||
99999 | EXIT |
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation