Easy Tutorial
❮ Func Sgn Func Hex ❯

VBScript IsObject Function



The IsObject function returns a Boolean value indicating whether the specified expression is an automation object. It returns True if the expression is an automation object, otherwise it returns False.

Syntax

Parameter Description
expression Required. An expression.

Example

Example 1

The above example output:

Example 2

The above example output:


❮ Func Sgn Func Hex ❯