I am trying to store a numeric value with four decimal places into a string
So here is what I have done
set and input mask on the text box of 9999.9999
and have put the following bit of code ALLTRIM(STR(fValue,4,4))
Why in my table does it reduce the decimal points to at best 1 at worst 0 the values get stored in tst_sdetails which is a string of 50
Apart from that it works fine but I just cannot find why it is reducing the decimal places.
Any ideas would be most appreciated and will result in a pint down my local (White Lion)
Thanks in Advance
Rachel
So here is what I have done
set and input mask on the text box of 9999.9999
and have put the following bit of code ALLTRIM(STR(fValue,4,4))
Why in my table does it reduce the decimal points to at best 1 at worst 0 the values get stored in tst_sdetails which is a string of 50
Apart from that it works fine but I just cannot find why it is reducing the decimal places.
Any ideas would be most appreciated and will result in a pint down my local (White Lion)
Thanks in Advance
Rachel