Hello my friends this is the thing just happens to me
when i try to change format language to Turkish i just get different results and i just don't know why this happen
here is screen shot and my code
![Name: VB.jpg
Views: 16
Size: 114.3 KB]()
when i try to change format language to Turkish i just get different results and i just don't know why this happen
here is screen shot and my code
Code:
Private Sub Form_Load()
Text1.Text = "32.88788"
End Sub
Private Sub Command1_Click()
Dim Para As Single
Para = Text1.Text
Text2.Text = Left(Para, InStr(1, Para, ".") + 2)
End Sub