I am trying to store a variable, and want it to be stored as a two decimal number. This is what i have....
Dim LO as Single = Format(LO, "Fixed"
It shows 4 decimal places with or without the Format(..). I tried doing this....
Dim LO as Single = Format(LO, "#####.##"
I get a message saying "Cast from String "" to type 'Single' is not valid..
It is probably really stupid I am doing, but if anyone can help, I would appreciate it. Thanks