How do you pass an array to a method

Daft question of the day, I need to pass a string array to a method but not sure what I put in the parameter list for the method?

theArr() as String
Should do it :slight_smile:

So simple and yet I have been bashing my head for the past 30 minutes trying to think how to do it. Thanks :wink: