The FieldLength property returns the field length of the selected LINCField.
Syntax
Objectname.FieldLength
<Object> is an expression that evaluates to an instance of a Component Enabler connection object.
Returns
The length of the field object.
Example
MsgBox "CUSTNAME is" & _ LINCAPP.colLINCFields("CUSTNAME").FieldLength & _ " characters long"