Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21345

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 21345

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>