10.3.3 ARR2STR


next up previous contents
Next: 10.3.4 STR_REPLACE Up: 10.3 Miscellaneous Previous: 10.3.2 STR2ARR

10.3.3 ARR2STR

Given an array, ARR2STR converts it to a string. The items will be separated by a comma by default.
IDL> str = arr2str(indgen(10))
 


ydac@mssly1.mssl.ucl.ac.uk