Hi,

Im kinda stuck on a thing ...

Im having a var containing a string :

Code:
Dim Categ As String = "Rugby,NFL,Football,ecc"
What i need to do is to add the string from Categ string in each separate array :

my.categories = {"Rugby", "NFL", "Football", "ecc"}


Is there a way of doing this having in mind that some times Categ could have only 2 words, sometimes 10 words...


Any help would be greately appreciated...

Cheers!