AJ's First Blog
Showing posts with label
decimal
.
Show all posts
Showing posts with label
decimal
.
Show all posts
Wednesday, January 26, 2011
Converting an integer into a decimal and vice versa
This is a simple way to convert an integer into a decimal.
This is also a simple way of converting a decimal into an integer
Dim GPA As Decimal GPA.Text = CInt(GPA)
Dim myAge As Integer myAge.Text = CDec(myAge)
Older Posts
Home
Subscribe to:
Posts (Atom)