Hi,
I dont understand what happen.
I hae two script identical
When the same size of operation
One give wrong result the over fail ?
Here is the sample :
$prixfr
: string = 30
$code='FRF';
$currency_rates[$code]
: string = 6.55957
$prixfr*$currency_rates[$code]
gives me 180 , bad
and in the over it works gives me 196...
I remark via dbg debuggeur that in case
1string1string -> 1double
and in the over
1string1string -> 1integer
with same values at base
I dont know how to correct that
needs Help!
Thanks