Sets or returns the field length for the attribute.
Syntax
integerVariable = object.FieldLength
object.FieldLength = <integer>
Where:
integerVariable is a long-integer variable (or value) specifying the field length;
object is the Attribute or AttributeDef object.
Examples ...