1. FromTreoToBlackberry's Avatar
    Hello,
    I have a question about the Blackberry JDK:
    How do I convert a string (in which a integer is) into a read integer?
    Is there a function like that: i = strToInt(string); ?

    Please help me,
    Thanx
    02-10-08 02:13 PM
  2. pgregory's Avatar
    In Java you would do something like this:

    int theNumber = Integer.parseInt(theString)

    It may work in the blackberry JDK too.
    02-10-08 02:42 PM
LINK TO POST COPIED TO CLIPBOARD