For more a more powerful less complex way you can use the split function Name = “red rum, ran round, redmans rubber”; myArray = Name.split(‘,’): //now you have lots separated by commas so Text = myArray[2] Text would be “Redmans Rubber”