foreach loop

  1. justindoh

    Need some help with Iteration

    Sorry, I am not good at C#.. I am trying to write Looping for the result of data collected from each API call. Because it is API, it has certain limitation ("PageSize") to collect data each time. Currently, it has "PageSize" of 2000, and it increments by that value (2000). "Offset" points...
  2. hakdmodz

    Help request for working with string array foreaching

    Hi, I'm not sure if this is the right section for posting a help request but hopefully someone can help me out. What is the best way to do a foreach loop to get each item from a string array and fill increasing indexed item of different string array example and my guess as to how i figure it...
Back
Top Bottom