Given a string, STR2ARR will separate the items into an array using a `,' as the delimiter by default. Some examples are: IDL> arr = str2arr('a,b,c,d,e,f,ggg,hh') IDL> arr = str2arr(!path, delim=':')