Code: Select all
* Change to $UNDEFINE when done testing
$DEFINE TESTING
$IFDEF TESTING
If Arg1 = "NULL"
Then idexecrec.EXEC_TELEPHONE = @NULL
Else idexecrec.EXEC_TELEPHONE = Arg1
$ENDIFCode: Select all
* Change to $UNDEFINE when done testing
$DEFINE TESTING
$IFDEF TESTING
If Arg1 = "NULL"
Then idexecrec.EXEC_TELEPHONE = @NULL
Else idexecrec.EXEC_TELEPHONE = Arg1
$ENDIF