Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Alternative to class Double for CrEme.

Hi

I need to change a String to a double. I used the following:

double cDigit = Double.parseDouble(matPhyQuantity);

This work properly on the laptop but when I deploy the application to the mobile device it fails. It seems that CrEme does not support this class. Is there an alternative to accomplish this? Thanks in advance.
[352 byte] By [JLRodz] at [2007-11-11 7:55:21]
# 1 Re: Alternative to class Double for CrEme.
As I understand mobile devices (java me) doesn't support double at all, only integers.
so you will have to build up your own double classes based on integers, or look at google if you can find work arounds for me.
graviton at 2007-11-11 22:36:58 >