10 5 3 FieldType

LANSA Technical

10.5.3 FieldType

FieldType returns the type of a field as specified in the field definition.

Input Parameters

None

Example

#FieldType := #Std_price.FieldType

 

In this example, #Fieldtype would take a value of Packed. Std_Price is a standard LANSA supplied field that is defined as a packed 9, 2 in the data dictionary.

Ý 10.5 Field Intrinsic Functions