Number formating in GE
From Proview Wiki
In Ge the number format must be set for each display object.
The format is in the C printf manner.
Examples:
- float format: six digit (including sign) with one after decimal point "%6.1f" ex: 1234.5
- string: "%s"
- decimal "%d"