Hrm, that may be true, the only documentation I can find talks about marshalling multi-dimensional arrays as the System.Array type, but I don't know if that will solve the problem or not [use the ...
I have a file containing comma delimited strings that I've read into a string variable. I would like to be able to put this into an arraylist. Perhaps it would be easiest to read the comma separated ...