Is it possible to pass a (1D) string array as an object to a Sub and make that Sub handle the object as an array?
Tried all sort, but can't make this to work and I am guessing it is best to avoid the string array and pass a list instead.
With a list there is no problem passing it as an object and handle it in the receiving Sub as a list.
RBS
Tried all sort, but can't make this to work and I am guessing it is best to avoid the string array and pass a list instead.
With a list there is no problem passing it as an object and handle it in the receiving Sub as a list.
RBS