Tuesday, March 8, 2011

In this post I will show how to set different variables types.

This is code show how to set  integer, decimal,and string data types:

1:  Dim Apples As Integer   2:  Dim bible As Decimal 3:  Dim corral As String

No comments:

Post a Comment