Func Typename
# VBScript TypeName Function
* * Complete VBScript Reference Manual](#)
* * *
The TypeName function returns the subtype of a specified variable.
The TypeName function returns the following values:
* Byte - represents a byte value
* Integer - represents an integer value
* Long - represents a long integer value
* Single - represents a single-precision floating-point value
* Double - represents a double-precision floating-point value
* Currency - represents a currency value
* Decimal - represents a decimal value
* Date - represents a date or time value
* String - represents a string value
* Boolean - represents a Boolean value, True or False
* Empty - represents an uninitialized variable
* Null - represents no valid data
*
YouTip