J
Jacob.Bruxer
Hi,
I'm pretty new to Visual Basic and programming in general. I want to
know if it's possible to create an If statement that asks if a value is
an integer. If it's an integer it does one thing, if it's a decimal
value it does something else. Something like the following...
If i = integer Then
..... a....
Else
...... b .....
EndIf
Seems like it should be fairly simple to me. Any help would be
appreciated, thanks.
I'm pretty new to Visual Basic and programming in general. I want to
know if it's possible to create an If statement that asks if a value is
an integer. If it's an integer it does one thing, if it's a decimal
value it does something else. Something like the following...
If i = integer Then
..... a....
Else
...... b .....
EndIf
Seems like it should be fairly simple to me. Any help would be
appreciated, thanks.