Gets the number of options in a field on a test page.

Integer := TestPage.Field.OPTIONCOUNT

Parameters

TestPage

Type: TestPageThe test page variable that you use to refer to the test page.
Field

Type: FieldThe field that contains the options.

Property Value/Return Value

Type: Integer

The number of options in a field.

See Also