IF THEN ELSE ENDIF |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > IF THEN ELSE ENDIF
|
|
Purpose |
IF THEN ELSE ENDIF tests for a condition and continues accordingly. |
Syntax |
Format 1 |
Operation |
expression is any logical expression that can be evaluated as either true or false |
Remarks |
A semi-colon (;) may be used in place of ENDIF. |
Example |
IF INVOICE-STATUS = ‘Y’ |
Topic ID: 520065