httpresponse getstring

Cor

Active Member
Licensed User
Longtime User
B4X:
dim wwwRes as httpresponse
dim result as string

result=wwwRes.GetString("UTF8")

give null pointer exception


and putting

B4X:
wwwCli.Initialize("Client")

in process golbals gives error
when putting it into globals it is execute ok

intellisens says it must be defined in process_globals

grCor
 
Top