Experts,
I'd like to add values to my array, however I don't know what the length of my array will be. I'm aware that you have to declare the number of elements in an array, but is it possible to simply add to an array, ie:
MyArray[position] = "something";
MyArray[position] = "somethingelse";
and so on...
Start Free Trial