FutureProg functions

isnull

Null Handling · computer function, computer program, standard futureprog

Boolean isnull(CollectionItem item)
Contexts: computer function, computer program, standard futureprog
This function accepts an item of a broad variety of types, and tests to see if it is currently null.
item: The item that you want to test to see if it is null

← Back to FutureProg functions