Hi everyone, im new to b4a and learning on my own. Am i doing the right thing to get the strings from this example url . Thank you
Im trying to run the code one line at a time and httpjob does not step in if statement.
thanks for your help
Im trying to run the code one line at a time and httpjob does not step in if statement.
thanks for your help
B4X:
Sub send_url
Dim j As HttpJob
j.Initialize("",Me)
j.download("https://www.tpcph.com/sa/index.php?c=jeffrey|123")
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
Log(j.getstring)
MsgboxAsync(j.GetString,"laman")
End If
j.Release
End Sub
Attachments
Last edited: