K
karim
Hello All,
why is this code is not showing the result in this format: 0.00 and
showing it as only 0
Private Sub btn1_Click
Debug.Print(Format$(Rnd() * 100, "0.00"))
Dim d As Double = Math.Round(2250.0, 3)
txt2.Text = txt1.Text \ d
why is this code is not showing the result in this format: 0.00 and
showing it as only 0
Private Sub btn1_Click
Debug.Print(Format$(Rnd() * 100, "0.00"))
Dim d As Double = Math.Round(2250.0, 3)
txt2.Text = txt1.Text \ d