I'm getting crazy LOL Any kind of routine I used in B4A is failing on me
A get an error on response line -> "Array Expected"
Did anything changed in iHttp library?
Thanks!
B4X:
Sub host_ResponseSuccess (Response As HttpResponse, TaskId As Int)
Dim Receive as String
Receive = Response.GetString("UTF8")
End Sub
Did anything changed in iHttp library?
Thanks!
Last edited: