Fran�ois Van Emelen wrote:
> And here comes my original question again:
>
> Is there a way to get the original value.

No. As I already said, FP does not have enough precision. A FP value
just cannot hold "12345678.55".

Again: never store currency values as a FP value. A FP value could by
the way hold "1234567855", though just barely. Of course PRINT doesn't
print more digits then, but there could be a function that returns the
whole 32bit integer.

Marcel

Reply via email to