Converts the value in a field on a test page to a Boolean data type.

Boolean := TestPage.Field.ASBOOLEAN

Parameters

TestPage

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

Type: FieldThe field that contains the value that you want to convert.

Property Value/Return Value

Type: Boolean

The converted value.

See Also