Dim jobupdate As HttpJob
jobupdate.Initialize("",Me)
jobupdate.Download2(url", Array As String("versioncode",versioncode))
ProgressDialogShow2("checking updates...",False)
Wait For (jobupdate) JobDone(j As HttpJob)
ProgressDialogHide
If j.Success Then
Dim response As String
response = J.GetString.Trim 'this is where the error occurs ( Line: 146 )
Log("Check version: "&response)