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);
 

Comment on this topic

Topic ID: 520112

 
 
 

Table of Contents

Index

Glossary

-Search-

Back