Heya,
I got a simple question: How can i get the value after the dot?
for example:
In this case, the value of Num will b 2, since 5 / 2 is 2.5 but Num is Integer. Just like this, I want to get the value of the number AFTER THE DOT (in this example: 5 (NOT 0.5))Code:Dim Num As Integer Num = 5 / 2
Can some1 plz help me here and tell me which variant can do that and how to do that?
tnx




Reply With Quote