Hi
I have the following code:
Sub SeekBar1_ValueChanged (Value As Int, UserChanged As Boolean)
result.Text = ((Value+400)/100)
End Sub
In the label I have result 4.1 ; 4.11 ; 4.12 so It is OK but I need to display 4.10 instead of 4.1.
How to do it ?
Regards
Artur
I have the following code:
Sub SeekBar1_ValueChanged (Value As Int, UserChanged As Boolean)
result.Text = ((Value+400)/100)
End Sub
In the label I have result 4.1 ; 4.11 ; 4.12 so It is OK but I need to display 4.10 instead of 4.1.
How to do it ?
Regards
Artur