IsNull

concerns

The IsNull attribute returns the value True if the content of the variant is a special NULL value. In all other cases, the value will return False. NULL values occur especially in ADO table queries on unfilled fields.

 

Syntax

IsNull

Return value

Type

Description

Boolean

True if the content of the variant is VT_NULL

Parameter

None