adding string arrays together

From: Joe Grim <grim_at_nyahnyahspammersnyahnyah>
Date: Mon, 25 May 2009 08:08:20 -0600

Hi,

I know there has to be an easy way to do this, but I haven't been able
to find it after searching for a half hour on the NCL website. I want
to add the contents of 4 1D string arrays into a single array, so that
the final array holds all the strings from the 4 separate arrays. I
have tried the following, but none of these work:
big_array = arr1 + arr2 + arr3 + arr4
big_array = (arr1,arr2,arr3,arr4)
big_array = (/arr1,arr2,arr3,arr4/)

Could you tell me how to do this?

Thanks!

Joe Grim

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon May 25 2009 - 08:08:20 MDT

This archive was generated by hypermail 2.2.0 : Tue May 26 2009 - 10:17:16 MDT