Length

Returns the length of the field, which can range from one to the size of the virtual screen.


Syntax

FlexFields(Index).Length


Parameters


Index

Integer, input



Index of the field object.


Example

Sub Main()

MsgBox FlexFields(1).Length

End Sub