I am trying to get job1.Download2 to work but i dont understand how it works
This works ok
this obviously does not work
With the first statement i get 2 fields returned ok but the second throws an error.
What is the correct syntax for download2?
and how could i parse the result for download?
Thanks for any replies
This works ok
B4X:
job1.Download("http://website.com/scores.php?secret=PW&id=showUser&deviceID="&deviceID&"&type=1")
this obviously does not work
B4X:
job1.Download2("http://website.com/scores.php?secret=Test&id=showUser&deviceID="&deviceID&"&type=1", _
Array As String("name", value, "score", value2))
With the first statement i get 2 fields returned ok but the second throws an error.
What is the correct syntax for download2?
and how could i parse the result for download?
Thanks for any replies
Last edited: