MI Label Format Number: Difference between revisions

Content deleted Content added
No edit summary
m Introduction: added e.g.
 
(One intermediate revision by one other user not shown)
Line 1:
=Introduction=
To control the number of decimal places when creating labels for a number (float) field (ege.g. a Z or Elevation attribute), follow these steps.
=With miTools=
<ol>
Line 35:
Format$(0.054321, "#.##%") ' returns "5.43%"<br>
Format$(0.054321, "0.##\%") ' returns "0.05%" <br>
 
 
{{Tips Navigation
|uplink=[[MapInfo_Tips| Back to MapInfo Tips]]
}}