Preserved Topic: a little hint on JAVA plz |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: |
posted 12-05-2001 22:19
Hey: |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 12-05-2001 22:27
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 12-06-2001 01:15
are you sure you can cast a float on string? (inconvertible types) |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 12-06-2001 02:00
It's been a while since I did any reading in my Java book, but I think you should a least be able to (as InI suggests) cast the float to a string, and then check it's size. |
Bipolar (III) Inmate From: |
posted 12-06-2001 03:31
You can use the static method "toString" of the "Float" class. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 12-06-2001 07:08 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 12-06-2001 08:25
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: |
posted 12-07-2001 01:31
thank you very much Ini, and everybody else that intended to help. |