Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42292

Diffrent results in counting by changing languge format in pc

$
0
0
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
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

Name:  VB.jpg
Views: 16
Size:  114.3 KB
Attached Images
 

Viewing all articles
Browse latest Browse all 42292

Trending Articles