Drstein99
Junior Contributor
I want to declare an array of strings, I dont know how may will ever be, as little as 1 but may be over 50, throughout the execution of the program.
Dim sBackPage() As String
Now I want to ADD some strings to the list, and remove some strings from the list - how do I do that?
Dim sBackPage() As String
Now I want to ADD some strings to the list, and remove some strings from the list - how do I do that?