VarType Function

  1. VarType(varname)

Returns a value that indicates how the parameter varname is stored internally.

The parameter varname is a variant data type.

VarType

Return Values

Empty

0

Null

1

Integer

2

Long

3

Single

4

Double

5

Currency

6 (Not currently available)

Date/Time

7

String

8

Related Topics:

IsNull

IsNumeric

More:

Example - VarType Function