ok i have the whole data parsed so its buffered and i have evrything i need to reparse the uid "999999" example 8 digits
and the username which varys in size but it always looks like this
"uid":"51879580","away":"0","paid":"E","mic":"1","nickname":"josh1983","color
there are multiple strings like this in my data i only need the 2 things said above
so for the nickname i would i think now
Code:
but how do i do the array on this situation i = 0 to ubound ????????
username = split(buffer,"nickname" + 3)(1) 
username = split (username,"color"-3(0)
i dunno i get lost on mass parsing bad i need the uid and the nickname but there are say 300 of these string incoming