In article <[EMAIL PROTECTED]>, "Eduardo Orea" <[EMAIL PROTECTED]> wrote:
> It's a matter of floats, I have to make some calculations about time and > cost per minute, but I get a nice 1.1111111e01 kind of result. How can I > make it seems like 11.12 in order to be easy of undestand? if you can help > me with some examples of how to do this and how to make my calculations. Hrm. There's more elegent solutions, I'm sure, but how about just multipying it by 100, rounding it, using StrItoA (I think) and programatically putting the decimal point in? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
