Search:

Type: Posts; User: pbrockway2

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,143

    Re: cannot enter a floating point number

    You're welcome.
  2. Replies
    3
    Views
    1,143

    Re: cannot enter a floating point number

    If you're expecting a floating point numeral use readDouble(), not readInt(). The latter method will throw a runtime exception if the string it is reading includes a decimal point.
Results 1 to 2 of 2