[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to convert (concatenate) a string array to a string scalar?



Given 
numarray=[1342,1347,1355]  ;, say, I wan't 
strscalar='1342,1347,1355' ;, but 
help,string(numarray)     
gives: STRING = Array[3]
and
help,total(string(numarray))
gives an error.

How to convert (concatenate) a string array to a string scalar?

Thanks for any help,
Kristian Kjær.