How to declare Variable
To declare Variable
Step 1:
The Variable is declared in this format:
Use the Dim Statement
Step 2:
This is an example of declaring variables:
Private Sub Command1_Click()
Dim x as Integer
Dim y as Boolean
Dim k as String
End
No comments:
Post a Comment