Manuals/calci/TONUMBER

From ZCubes Wiki
Revision as of 04:56, 19 February 2020 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''TONUMBER ("Number")'''</div><br/> *<math>Number</math> is any number. ==Description== *This function converts a string to a number. *In <math>T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
TONUMBER ("Number")


  • is any number.

Description

  • This function converts a string to a number.
  • In Failed to parse (syntax error): {\displaystyle TONUMBER ("Number")} , is any type number.
  • Given number can be of any type like Positive Integer,Negative Integer and Decimal.
  • This function will give the result as "0" when the given value is Non Numeric.

Examples

  1. TONUMBER("34") = 34
  2. TONUMBER("12.3") = 12.3
  3. TONUMBER("-10") = -10

See Also

References