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...") |
|||
Line 1: | Line 1: | ||
− | + | In Ge the number format must be set for each display object.<br /> | |
− | + | ||
− | + | The format is in the C printf manner.<br /> | |
− | + | ||
− | + | Examples:<br /> | |
− | + | ||
− | + | ||
− | + | * float format: six digit (including sign) with one after decimal point "%6.1f" ex: 1234.5 | |
− | + | * string: "%s" | |
+ | * decimal "%d" |
Latest revision as of 05:59, 26 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"