Hello, Adriano!

> Someone has any hint:
> --
> String strX, ...;
> ...
> < read my archieve,etc>
> ...
> Float x=Float.valueOf(strX);
> ...
> --
> ???
> How to convert Float x to float

This should be what you're looking for:

float fx = x.floatValue();

> Thx in advance - Adriano

No problem.

Kind regards
--
Damir Arh, programmer
Windows and Amiga developer
Visit: http://damir.gajba.net/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to