method ExPrint.FormatABC (Expression as String, [A as Variant], [B as Variant], [C as Variant])
Formats the A,B,C values based on the giving expression and returns the result.

TypeDescription
Expression as String A String that defines the expression to be evaluated.
A as Variant A VARIANT expression that indicates the value of the A keyword.
B as Variant A VARIANT expression that indicates the value of the B keyword.
C as Variant A VARIANT expression that indicates the value of the C keyword.
ReturnDescription
VariantA VARIANT expression that indicates the result of the evaluation the Grid.
The FormatABC method formats the A,B,C values based on the giving expression and returns the result.

For instance:

The FormatABC method supports the following keywords, constants, operators and functions:

This property/method supports predefined constants and operators/functions as described here.