Wednesday, January 26, 2011

Programming 2 /* how to convert an integer into a decimal and a decimal into an integer */

Converting an integer into a decimal.
Dim intYahoo as Integer
intYahoo = CDec(1)
Converting a decimal into an integer is done the same way.
Dim decYahoo as Decimal
decYahoo = CInt(1)

No comments:

Post a Comment

Classes

Programming II

Advanced Relational Database

Followers