Possible Duplicate:
Convert a generic list to an array
So I am trying to convert the contents of my arraylist into an array. However I keep getting the error Type mismatch: cannot convert from Object[] to String or the error Type mismatch: cannot convert from String[] to String
any ideas how to solve this, I'm drawing up blanks. Thanks