Hi, I am trying to split the following string using the split function but going round in circles...anyone do this before? string1 = "apple, orange, nut" to string2 = { "apple", "orange", "nut" } Thanks for any help