litLIB Help
Product pages :
litLIB
Quick links:
help index
forums

Misc - TypeName

Syntax:
=TypeName(Value)

Description:
Returns the type name of the value. Equivalent to the Visual Basic TypeName function.

Example:
=TypeName(A1)
=TypeName("abc")
=TypeName(123)