Can Redim be used to declare a new array ?
Redim is used to increase the dimension/size of the array. Preserve keyword is used to hold the previous value of the array. ex: Redim Preserve a[20]