Purpose
Return a string form of a numeric Datatype
Parameters
siType | Short value that holds the datatype |
Returns
String representation of the Datatype
Remarks
This is a 'shortcut' function. The same result can be achieved with:
DaoEnum2Str(siType, DaoDataTypeEnum(),FALSE)
See Also