so there is no way to parse incoming data with 2 dilimeters like this kinda
i know this erors but this idea somthing to this effect which if this worked i would have all the strings i am trying to get out of this buffered data then i could easly parse the need info outCode:Dim udats() As String, udat As String, x As Integer udat = Split(roomlist, "user_id" & Chr(&H22) & ":")(1) udats = Split(udat, Chr(&H22) & "," & Chr(&H22) & "group_id")(0) For x = 0 To UBound(udats) Debug.Print udats(x) Next




Reply With Quote