hi all

how can i declare an array but with out an index count, ive tried doing
VB Code:
  1. public Array(MAX) as string
but it doesnt work an di need an array that the index count depends on whats going on in the program at the time.


any help is appreciated

thanks