> Hello
>
> Try Integer.parseInt( String value ), or Float.valueOf( String
> value ) functions.
>
> I think these will be good for you.
>
> Zoltan Tar
>
> ----------
> From: Maarten van Leunen[SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: 1998. szeptember 8. 10:50
> To: [EMAIL PROTECTED]
> Subject: String -> Integer/Double/etc
>
> Howdie,
>
> Isn't there a way for a String to be transported to int or double or
> float or something?
>
> The way I'm doing it now is by creating an Object Double, and
> initializing it with a String. Then using a method of Double to
> retrieve
> the value as an ordinary double. This is a bit of a hassle.
>
> --
> Maarten van Leunen
>
> Student - Fontys Institute of Technology Eindhoven
> e-mail: [EMAIL PROTECTED]
> http://www.il.fontys.nl/~maartenl
> http://lok.il.fontys.nl/
>
>