Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.53 KB

File metadata and controls

57 lines (45 loc) · 1.53 KB

Function: IsNull

Determine whether a given value or variable reference is null.

Method Signature

IsNull(object=[any])

Arguments

Argument Type Required Description Default
object any true Value to test for null.

Examples

Related