SETNULL |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > SETNULL
|
|
Purpose |
SETNULL sets data buffers to a null data state. |
Syntax |
SETNULL (variable{, variable}...) |
Operation |
variable is a valid alphanumeric or numeric variable. The command sets each variable in the list to a null data state. |
Example |
IF #INPUT < 0 THEN SETNULL(ITEMCOST); |
Topic ID: 520112