Previous Topic: %ForEachValidation()Next Topic: %ValidValueDef


%ValidValue

Returns the data value of a valid value.

Syntax

%ValidValue

Syntax Example

%ForEachValidation( ) {

%If(%ValidationHasValidValues (%ValidationName))

{ %Validation-Name has valid values:

%ForEachValidValue (%ValidationName)

{%ValidValue %ValidValueDef }

}

}

Expansion

Rules has valid values:

Value1 abc Value2 test Value3 xyz

Usage

Classified as a Constraint macro that you can use within the scope of a valid value.