i think i did
but udg says that the os will treat my app as crashed if i use exitapplication
so i asked if there is another way to do that ?
on another topic if i may
i download a text file - now i do that with okhttputils2 - file is downloaded filne
but how do i save it as a text file ?
here is my code
the url is of course set prior using it
j.Initialize("", Me)
j.Download("prmFileURL")
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
'here i need to save it as a simple text file
Else
End If
j.Release