ContributionsMost RecentMost LikesSolutionsRe: Passing an array of string as a parameter to a function (VB Script)Hi Anand. Thanks for your response, even though I had managed to resolve the dilemma in the interim. Your response proved useful as a source of reliable reference that I used to perform a QC on my own solution. Because that's our game; ensuring quality where we are involved :-) Thanks again, Stephen 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 MS SQL R2 DB, and populates an array with the values found in the 20 (VChar) fields in the table. I am not managing to pass that array on to the called function in another script.