what is use of dim statement
Answers
Answered by
16
- 'Dim' statement is used for:
- Declaring and allocating memory in the computer for variables
- Indicating access level of variable.
Answered by
7
The Visual Basic compiler uses the Dim statement to determine the variable's data type and other information, such as what code can access the variable.
A variable that is declared at module level, outside any procedure, is a member variable or field
Similar questions
Chemistry,
7 months ago
Social Sciences,
7 months ago
Chemistry,
1 year ago
English,
1 year ago
English,
1 year ago