STR_CONCAT_TAGS


next up previous contents
Next: 3.2.2 Concatenating Data Arrays Up: 3.2 Concatenation of Datasets Previous: 3.2 Concatenation of Datasets

STR_CONCAT_TAGS

   

It is possible to concatenate two structures of same or similar type by using STR_CONCAT_TAGS. For example, if you wanted to concatenate the variable index1 and index2, the command would be: IDL> index_out = str_concat_tags(index1, index2) 


ydac@mssly1.mssl.ucl.ac.uk