+1 888 340 6572

StrToNum

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Converts a specified string expression to a numerical value.

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.