ASDECIMAL Function (TestPage Field)

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

Syntax

Decimal := TestPage.Field.ASDECIMAL  

Parameters

TestPage
Type: TestPage

The test page variable that you use to refer to the test page.

Field
Type: Field

The field that contains the value that you want to convert.

Property Value/Return Value

Type: Decimal

The converted value.

See Also

TestPage Field Functions