ISNULL()
Jump to navigation
Jump to search
Description
- Check if the current object exists
- Returns zero (0) if the object exists or one (1) if the object does not exist
Syntax
- #handle IsNull()
Hints
- This function is supported by the following objects
Example
print #self isnull()
Useful Procedures
' Place a useful function or sub using this keyword here