Numeric Operations

The folder TBox Automation Tools->Numeric Operations in the Standard subset contains the Module TBox Convert Decimal.

This Module allows you to convert decimals of a specific format into another format or culture. You can covert the following formats:

Note that the conversion ignores thousands separators.

The Module TBox Convert Decimal has the following ModuleAttributes:

ModuleAttribute

Description

InputValue

Structural ModuleAttribute - you don't have to enter any value. Uses ActionMode Select.

Value

The input value that you want to convert.

DecimalFormat

Format of the input value.

ConvertedValue

Structural ModuleAttribute - you don't have to enter any value. Uses ActionMode Select.

Value

The desired output value.

DecimalFormat

Format of the output value.

This example converts German decimals format into English format:

Converting formats

For an example on how to use the Module in a MATH calculation, see the example in chapter "Use MATH".