see title i want to put result from http request( = string) into a list
C Cor Active Member Licensed User Longtime User Jan 21, 2011 #1 see title i want to put result from http request( = string) into a list Last edited: Jan 21, 2011
Erel B4X founder Staff member Licensed User Longtime User Jan 22, 2011 #2 There are several ways to do it. You can use: B4X: List.AddAll(Regex.Split(CRLF, text))