FORMULA LANGUAGE


Examples: @FloatEq
This action formula compares the fields SpecifiedLength and MeasuredLength, and displays a message if the fields are not within 0.01.

@If(@FloatEq(SpecifiedLength; MeasuredLength; 0.01); "";
@Prompt([OK]; "Length is out of spec";
@Text(MeasuredLength)))

See Also