I am working with the following variables in a script I am writting:
X: a single string variable
A(1 - 18): an array that contains 18 strings
I have a loop that cycles through a column of numbers (lets say column "B"), and sets X equal to B1, then B2, the B3, etc...
I would like to add an...