×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

NumToStr

532 bytes added, 14:35, 25 January 2012
Created page with "Returns a specified numerical expression in the form of a string expression. ==== Usage ==== <syntaxhighlight>NumToStr(Expression,Dec)</syntaxhighlight> Where: [[Expressi..."
Returns a specified numerical expression in the form of a string expression.

==== Usage ====
<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 ====
<syntaxhighlight>NumToStr(1500.5,3); will return a string expression "1500.500"</syntaxhighlight>

[[Category:Text Manipulation]]
Anonymous user