Back

Atoi()




    USAGE

    long Atoi(String, Base)

    FUNCTION

    This is a generic ASCII to integer conversion routine. Given a string and a number base, it returns a value. You can use any base from 2(binary) up to 16(hexadecimal)

    INPUTS


    RESULT

    Returns the number

    SEE ALSO

    Itoa