×

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

StrToNum

2 bytes removed, 07:24, 9 February 2012
m
no edit summary
Converts a specified string expression to a numerical value.
==== Usage ====
<syntaxhighlight>StrToNum("String")</syntaxhighlight>
Where: [[ :'''String]] ''' - a string expression to be converted .
==== Notes ====
If non-numeric characters are encountered the rest of the expression is ignored.
==== Example ====<syntaxhighlight>StrToNum("2500.70"); will </syntaxhighlight>Will return a numeric value of 2500.70</syntaxhighlight> .
[[Category:Text Manipulation]]