Get Data Type (VB Function)

Visual Basic Modules No Comments »

Here's a Visual Basic function I wrote called getDataType that returns a string representation of the passed item's data type. This is different from VarType in that VarType returns an integer, and this returns a human readable string. I know this is similar to the TypeName function but this is just my spin on it.

Download getDataType.bas (May 31, 2006)

Read the rest of this entry »

Entries RSS Comments RSS Log in