Difference between revisions of "Number formating in GE"

From Proview Wiki
Jump to: navigation, search
(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:
<p>In Ge the number format must be set for each display object.</p>
+
In Ge the number format must be set for each display object.<br />
<p>The format is in the C printf manner.</p>
+
 
<p>Examples:</p>
+
The format is in the C printf manner.<br />
<p>&nbsp;</p>
+
 
<ul>
+
Examples:<br />
<li> float format: six digit (including sign) with one after decimal point "%6.1f"  ex: 1234.5 </li>
+
 
<li> string: "%s" </li>
+
 
<li> decimal "%d" </li>
+
* float format: six digit (including sign) with one after decimal point "%6.1f"  ex: 1234.5
</ul>
+
* string: "%s"
 +
* decimal "%d"

Latest revision as of 06: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"
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox