W Webgour Jul 29, 2004 #1 Is it possible to convert from object[] to string[]?? Thank you for your time.
M mikeb Jul 30, 2004 #2 Webgour said: Is it possible to convert from object[] to string[]?? Click to expand... Look at the Copy() or CopyTo() methods of the Array class.
Webgour said: Is it possible to convert from object[] to string[]?? Click to expand... Look at the Copy() or CopyTo() methods of the Array class.