Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

Variants in VB


The following functions are for variant data.

Function
Purpose
For More Information

IsEmpty

Determines whether a variant has been initialized

IsEmpty Function

IsNull

Determines whether a variant contains a NULL value

IsNull Function

Null

Returns a null variant

Null Function

VarType

Returns the type of data stored in a variant

VarType Function

Siebel VB Language Reference