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:

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.

CustomNumericFormatString

You can add this ModuleAttribute manually, to use a custom numeric format string.

Follow this link, to get more information on possible values.

This example converts German decimals format into English format:

Converting formats

This example converts German decimals format into French custom numeric format string:

Converting decimal format into custom numeric format string.

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