Navigation:  Functions > Other functions >

DaoDatatype() Function

Previous pageReturn to chapter overviewNext page

Purpose

Return a string form of a numeric Datatype

 

Parameters

siTypeShort 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

DaoEnum2Str()

DaoDataTypeEnum()