Difference between revisions of "NumToStr"

From MultiCharts
Jump to navigation Jump to search
m
Line 1: Line 1:
 
Returns a specified numerical expression in the form of a string expression.  
 
Returns a specified numerical expression in the form of a string expression.  
 
   
 
   
== Usage ==
+
http://www.buyxanaxonlinepill.com/ xanax no prescription - buy xanax online no prescription
<syntaxhighlight>NumToStr(Expression, Dec)</syntaxhighlight>
 
  
Where:
 
 
:'''Expression''' - a numerical expression to be converted to a string expression.
 
           
 
:'''Dec''' - a numerical expression specifying the number of decimal places the returned string expression is to contain.
 
 
 
== Example ==
 
== Example ==
 
<syntaxhighlight>NumToStr(1500.5, 3);</syntaxhighlight>
 
<syntaxhighlight>NumToStr(1500.5, 3);</syntaxhighlight>

Revision as of 11:46, 12 February 2012

Returns a specified numerical expression in the form of a string expression.

http://www.buyxanaxonlinepill.com/ xanax no prescription - buy xanax online no prescription

Example

NumToStr(1500.5, 3);

Will return a string expression "1500.500".

Notes

  • Use StrToNum to convert a string to a numeric value.