On Thursday 25 January 2001 23:27, Ethan Nelson wrote:
> It needs to quit shaving zero's when it hits the decimal point.
>
> 40.00 into 40
> 45.50 into 45.5
> 40.25 into 40.25
Hmm,
$ValWithoutZ = (double) $ValWithZ;
should work fine (i.e. interpreting the number as floating-point value
instead
Almost there... actually this creates one problem...
It turns 40.00 into 4
It needs to quit shaving zero's when it hits the decimal point.
40.00 into 40
45.50 into 45.5
40.25 into 40.25
Thanks
-Original Message-
From: Philip Hallstrom [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January
2 matches
Mail list logo