data conversions ...

Discussion in 'Data Sets and Feeds' started by pattersb, Sep 20, 2006.

  1. pattersb

    pattersb Guest

    Probably the wrong place to ask, but I'm a bit desperate

    Anyone know how to perform the following in VB6.0?

    i. Convert a decimal string into an integer.
    ii. Convert a hexadecimal string into an integer.


    I couldn't find a built-in function, and I don't want to reinvent the wheel. I'm not extremely familiar with VB6.0.


    Thanks to anyone
     
  2. Theres a parser in the library
     
  3. pattersb

    pattersb Guest



    Thanks, what is it called? Which library?