Hey All
I'm trying to write a simple write .csv file function that can take multiple arrays of objects and write to a specified file. I understand that I can use params to pass an unspecified number of variables, but is it possible to use it to pass an unspecified number of arrays of objects? Any tips would be greatly appreciated!
Cameron