previous next top contents index framed top this page unframed
Figure 38–20. $isNullRef
| BOOLEAN <macro> $isNullRef ($REFERENCE r); |
$isNullRef(r), where r is itself a $REFERENCE parameter, is TRUE if and only if r is the null $REFERENCE (see Section 7.5.4). Before examining or modifying any $REFERENCE parameter that might be the null $REFERENCE, you should call $isNullRef to determine whether such an access to the $REFERENCE parameter would be valid.
MAINSAIL Language Manual, Section 38.22