FormatLength property: Field class
Description
This property returns the length of the format for the field as a number.
This property is read-only.
Example
&field = GetField(Field.BKTEST);
&formatlength = &field.FormatLength;
&length = &field.FieldLength;
&mymsg = "Field.BKTEST length is " | &length | " and format length is " |⇒
&formatlength;
MessageBox(0, "MetaData Fn Status", 0, 0, &mymsg);