10.5.2 FieldLength
FieldLength returns the length of a field as specified in the field definition.
FieldLength will return 0 for Blob and Clob field types.
Input Parameters
None
Example
#Length := #Std_price.FieldLength
In this example, #Length would take a value of 9. 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