I need to chane the size of a one dimensional System.Array
Redim does not work?
The code I have to send the itemids to requires a type of system.array
itemids = System.Array.CreateInstance(GetType(String), lengths, lbounds)
Redim does not work?
The code I have to send the itemids to requires a type of system.array
itemids = System.Array.CreateInstance(GetType(String), lengths, lbounds)