decimal

Syntax:

Value String  decimal(String str, Integer positions)

Description:

Sets the number of digits displayed after the decimal point of a numerical string str to positions.

Examples:

($a1:$a5) = decimal($self, 3)
Before:
AB C
114
2-3
33.141592632
41000-7.2
51.23418
61641
After:
AB C
11.0004
2-3.000
33.14132
41000.000-7.2
51.23418
61641
($b1:$d10) = decimal($a, 2)