Hi All: How can i convert a string ['1', '2', '3'] into 3 separate strings with the same name. Like i have this id = 1 and option = ['1', '2', '3'] but want id =1 and option = 1 and id = 1 and option = 2 and id = 1 and option = 3 Any suggestions would be greatly welcomed, Todd