arrays - Creating table with .NET using httpwebrequest for information -
hello problem need information server , put array , , information out of it
this code used work , doesn't no-longer me , gives me first-chance exception:
dim table() string = split(responsefromserver, ":") table_update = split(table(0), "<pre>")
this code should responsefromhttprequest , seperate ":" because output server this: 01010:username:-sessionid , need third thing arraylist array(3) should give me sessionid , doesn't work , , need working minecraft login system , have tried 1 hour , , can't figure out how it.
any appriciated :)
Comments
Post a Comment