i3rutus: string to number konvertierung in Java script

wie? ich hab zwei strings und der eine ist number der andere typ string. wenn ich sie mit dem operator plus verbinde, schreibt er sie zusammen und addiert sie nicht! Er sollte sie allerdings addieren. Ist das forum hier nur deutsch?

english:
i need to convert a variable at type string to a type number variable. does anyone know how to do this? i would like to add to strings and not only put them together. But one of the strings is defined as type string.

thanks im vorraus!

greetz i3rutus

  1. Moinsen,

    wie wär's damit: http://de.selfhtml.org/javascript/objekte/unabhaengig.htm#parse_int ?

    Viele Grüße
    David

  2. Moin,

    such mal nach "parseInt".

    cu mipu

  3. alternativ mach ich ab und zu :
    string - 0;

    dann ist string definitiv vom typ zahl, es sei denn es war vorher keine gültige 'stringzahl'

    alex