Solved
using while loop with break/continue statement
- July 10, 2023
- 1 reply
- 1734 views
Dear all,
I have a column of values stored in the variable "i". My intent is, I want to utilize a while loop with a continue/break statement to track a specific range of numbers within the column based on a given input row index. For instance, if I input the row-index value of "4", I would like to extract the range of values from the 4th index of variable "i" until the end.

Please help.
Thank you

