×

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.

StrToNum - MultiCharts
Open main menu

StrToNum

Revision as of 07:43, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Converts a specified string expression to a numerical value.

Contents

Usage

StrToNum("String")

Where:

String - a string expression to be converted.

Notes

If non-numeric characters are encountered the rest of the expression is ignored.

Example

StrToNum("2500.70");

Will return a numeric value of 2500.70.

Notes

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