xHarbour Reference Documentation > Function Reference |
Retrieves the data type of a field variable.
FieldType( <nFieldPos> ) --> cFieldType
The function returns a single character indicating the data type of the specified field variable, or a null string ("") if <nFieldPos> is outside the valid range.
FieldType() retrieves a particular information available for field variables: its data type.
See also: | DbFieldInfo(), DbStruct(), FieldDec(), FieldLen(), FieldName() |
Category: | Field functions , xHarbour extensions |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com