I would like to load CSV data from a webresponse variable into a ListBox, but I get the error "Object reference not set to an instance of the object." Is there a way around this?
Thanks
Thanks
B4X:
Response.Value = Request.GetResponse
result = Response.GetString
Response.Close
Eventlist.loadcsv(result, ",", false, true)