News

In Visual Basic 6, you can declare a variable anywhere in a routine, and it will be available. Visual Basic.Net introduces the concept of block-scope, which changes variable declaration.
This page lists some common problems that can occur when working with arrays. ## Compilation Errors Declaring and Initializing an Array Compilation errors can arise from misunderstanding of the rules ...