NumToStr

From MultiCharts
Revision as of 14:35, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Returns a specified numerical expression in the form of a string expression. ==== Usage ==== <syntaxhighlight>NumToStr(Expression,Dec)</syntaxhighlight> Where: [[Expressi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Usage

NumToStr(Expression,Dec)

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

NumToStr(1500.5,3);   will return a string expression "1500.500"