Hi all.
should be an easy one hopefully
i just want to declare a (id call it dynamic, grows and shrinks according to its contents) array
Dim data_file() As String
but then how do i deal with this array?
assign elements to it etc
you dont seem to be able to handle it like a
array.Code:Dim data_file(10000) As String
cheers




Reply With Quote