hi guys man this project is killing me off, i did this ages ago but forgot asusual i have a string like this:

Card Title:,Color:,Card Type:,Cost:,Pow/Tgh:,Card Text:,Flavor Text:,Artist:,Rarity:

i wanna extract say "Card Title:" dump it into a list or something so i can do a for every x in list do


end for

and do that to everything between the , on that line, i can make the , anything any ideas, i would also like to do a char count on the "Card Title:" and any other thing i pull out, cheers who ever helps me

si