StrToNum

From MultiCharts
Revision as of 14:40, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Converts a specified string expression to a numerical value. ==== Usage ==== <syntaxhighlight>StrToNum("String")</syntaxhighlight> Where: String - a string expressio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 value of 2500.70