cooky Posted June 1, 2005 Report Share Posted June 1, 2005 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 Quote Link to comment
ahlers01 Posted June 4, 2005 Report Share Posted June 4, 2005 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 4921[/snapback] Use the 'Array to Spreadsheet' function: Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.