There is such a piece of code:

string resps = GET_http("https://api.vk.com/method/" + method + "?" + paramss + "=" + count + "&access_token=" + token); 

How to drive a GET request into a loop? The problem is that I cannot get data from the loop.

  • What does it mean to "drive a GET request into a loop" and "I cannot get data from a loop"? - DreamChild
  • Just in an endless loop, the interpreter does not reach their processing :) - LukavskyM
  • Show more code, with this line of special problems are not visible. - VladD

1 answer 1

 for(var i=0; i<100; i++){ string resps = GET_http("https://api.vk.com/method/" + method + "?" + paramss + "=" + count + "&access_token=" + token); } 

In general, strange questions - strange answers. More specifically, put the question