VB .Net Theory
Variables, Keywords, and Constants
Variables, Keywords, and Constants in VB .Net Variable Declaration in VB .Net Dim Statement in VB .Net The Dim statement is used in the variable declaration and storage/memory allocation for one or more variables. The Dim statement is used at the module, class, structure, procedure, or block level in the Read more…