Hey All,

Code:
MK=1.2949;

txtSL.Text = Convert.ToString(MK-0.0020);
Why does this give me an answer of "1.29289994049072" and not "1.2929"?

MK is of type "Single".

TIA.