Announcement

Collapse
No announcement yet.

String To Number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • String To Number

    I searched and searched and searched but I can NOT find a way to convert a string to a number!

    How do I convert a string into a number?

    If I use string input and I want to convert it into a number, how can I do that?

    Asking for NUMBER input is NOT an option because I don't know if I need a number until AFTER the fact.

    Thanking You in Advance.

  • #2
    use this..

    use this...

    your_new_number = parseFloat(Your_String);

    B
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment


    • #3
      Thank you

      Comment

      Working...
      X