I must be tired!! why cant I do this:


DIm Array1() as string
Dim Array2() as string

Array1 = Split(StuffFromFile,"vbcrlf)

Array2 = Array1 ???

how do I set 1 array = another?