BrandonMPSMI
Active member
- Joined
- Oct 8, 2008
- Messages
- 43
- Programming Experience
- Beginner
I need help on my calculator again.
Basically after using the calculator you'll end up with "534.00" I want to cut the ".00" off of the string.
So what I need is
I guess I'm starting to get into string Parsing or whatever you call it.
This is really simple (I think) So please help me!
Basically after using the calculator you'll end up with "534.00" I want to cut the ".00" off of the string.
So what I need is
VB.NET:
If txt.display.text has a decimal with zeroes after it Then
Delete those zeroes and the decimal
End If
I guess I'm starting to get into string Parsing or whatever you call it.
This is really simple (I think) So please help me!