Hi, 
I have a 1D array of I32 numbers (about 25 elements), I need to rotate this array and separate each number with a comma (converting it into a string in the process).  So the final result will look something like this.... 
123,66,125,166,148,6,226,200,5201 
Any help (or sample code) would be really appreciated! 
Many thanks, 
Cooky