maximum string for downloading

  1. R

    iOS Question download a html and save it to a string

    Now I'm writing code for IOS as follows: private NameToCode as string dim job1 as HttpJob searchnamestrURL="http://quote.eastmoney.com/stocklist.html" job1.Initialize("job1",Me) job1.Download(searchnamestrURL) If job.Success=True Then Select job.JobName Case "job1"...
Top