Passing an array of string as a parameter to a function (VB Script)
What is the best/most effective/best practice for passing an array of string (array variable) to a function hosted in a seperate script? Currently the calling sub-routine reads data from an M...