Computer Science, asked by pranit999, 1 year ago

What is the sighificance of 'dim' keyword in visual Basic

Answers

Answered by Anonymous
1
HEY MATE HERE'S YOUR ANSWER;

The Dim statement is used for variable declaration and storage allocation for one or more variables.

The Dim statement is used at module, class, structure, procedure or block level.


The origins of Basic Dim was only used to declare arrays.

For regular variables no keyword was used, instead their type was inferred from their name.

Anonymous: yaaa. truth
pranit999: your thoughts prove that u r intelligent :-)
Anonymous: hey...no way
Anonymous: my thoughts?????
pranit999: Okay thanks for interacting
Anonymous: ok
pranit999: ur thoughts are really nice but who am i to tell you these things im just a KID before you
pranit999: I'm a GAMER AS WELL
pranit999: Games are my lyf
Anonymous: aaahhhh...ohhhhh
Answered by Anonymous
0

Answer:

HEY MATE HERE'S YOUR ANSWER;

The Dim statement is used for variable declaration and storage allocation for one or more variables.

The Dim statement is used at module, class, structure, procedure or block level.

The origins of Basic Dim was only used to declare arrays.

For regular variables no keyword was used, instead their type was inferred from their name.

Explanation:

Similar questions