Programming Reference Manual
TypeOf
Syntax
TypeOf
expr
Is
objtype
Description
Return the True if
expr
refers to an object of
objtype
.
See Also
Objects
.
Example
Sub
Main
Debug
.
Print
TypeOf
Err
Is ErrObject
' True
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Operator
Operators: +, -, ^, *, /, \, Mod, +, -, &, =, <>, <, >, <=, >=,
Like
Not, And, Or, Xor, Eqv, Imp
Is
TypeOf
New
Translator