Hi,
Im kinda stuck on a thing ...
Im having a var containing a string :
What i need to do is to add the string from Categ string in each separate array :Code:Dim Categ As String = "Rugby,NFL,Football,ecc"
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!




Reply With Quote