EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

variant.isnull

Enables to define whether or not a variable is NULL. This method enables you to define whether or not a variable is NULL - the VARIANT( VT_NULL ) type.

method uint VARIANT.isnull()

Return value

The method returns 1, if the VARIANT variable is of the VT_NULL type, otherwise, it returns zero.

Related links

Source