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)