Difference between revisions of "Number formating in GE"
From Proview Wiki
(Created page with "<p>In Ge the number format must be set for each display object.</p> <p>The format is in the C printf manner.</p> <p>Examples:</p> <p> </p> <ul> <li> float format: six dig...") |
Revision as of 06:49, 6 August 2013
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"