Use this code with your variables.... remember to replace the comma in the split call with your delimiter.
string str1 = "xyz,pbb7,rx78";
string[] str2 = str1.Split(',');
for (int i = 0; i < str2.Length; i++)
{
textbox1.Text = str2[i]+"\n";
}
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the
BEER holder"
"Save your breath your going to need it for your blow up doll later"
SearchLores.org