I am getting this error in while loop which has a very simple condition. I just want to loop until the value is less than the variable defined.
My condition has an increment variable which value is assigned to 0 and as it loops through the value is incremented and the other value is the count/length of a dictionary element. The type of dictionary is divisionsDictionary(String, IList(of String)) and the condition is:
Ok value’s seems fine. Can you share screenshot of the While loop how you have implemented and what you are trying to do with. May be there could be another approach to achieve this.