Sorry if this is a really obvious question, ive searched the forums etc but cant find a solution.
I'm creating an array like this:
later on i just want to PUSH an item to the end of the array. I dont really want to reference the array number at all.Code:Dim ConnectionsArray() As String
For example:
Is this possible?Code:ConnectionsArray.push(myvar)




Reply With Quote