ISNULL |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > ISNULL
|
|
Purpose |
ISNULL allows the function to test for a null data condition in data buffers. |
Syntax |
ISNULL (variable{,variable}…) |
Operation |
variable is a valid alphanumeric or numeric variable. |
Remarks |
The function tests each variable in the list for null data. If any of the variables have null data, the function returns a True value, otherwise, it returns False. |
Example |
IF ISNULL (ITEM) THEN ITEMCOST = -999; |
Topic ID: 520073