Hello All, Thanks in advance for any help,
I am attempting to create an Array for a site I am building, the code I am including is purely to test the Array.
Partial Class _Default
Inherits System.Web.UI.Page
Dim strName, strNumber As String
Dim Info(0 To 1, 0 To 1) As String...