Hey, I would like to store a series of strings with an unknown limit into an array. The number of items that could be represented in my array are unknown so I don't want to define an array with a set number of items. I would like to just define an array and store items into it as they come as many as there are. Is this possible, if so can I see an example?
TIA
TIA