array manipulations
Posted: Mon Mar 01, 2010 3:24 pm
I'm trying to become familiar with arrays.
One thing I need to do is display the contents of the array. When I use "combine" it appears to change the array into a string. So, for example if I write: put 12 into elemArray[C], and then write: combine elemArray using CR and comma, I my elemArray is not an array any longer.
I would like to display my array without changing it into a different form. Can I do this? Is there a copy command that duplicates my array variable into another variable?
Thanks,
--Doug
One thing I need to do is display the contents of the array. When I use "combine" it appears to change the array into a string. So, for example if I write: put 12 into elemArray[C], and then write: combine elemArray using CR and comma, I my elemArray is not an array any longer.
I would like to display my array without changing it into a different form. Can I do this? Is there a copy command that duplicates my array variable into another variable?
Thanks,
--Doug