Quote Originally Posted by ComputerJy
You can add to the array any time you want.
But you can't assign the length to a variable until it has a value
So if for example i assign 10 spaces for the array when i initialise it, can i then add more spaces once there is data in the array without losing the data?