Does anybody have an example on how to use the "While ... Do" operator?
I have a count of 100, and for each record I need to capture it in a variable, and then move to the next record and capture it to another variable, and keep on doing that until I get to the record number 100.
I have a count of 100, and for each record I need to capture it in a variable, and then move to the next record and capture it to another variable, and keep on doing that until I get to the record number 100.