Hey, guys
I'm trying to understand the difference between these structures: Do until...loop; Do...loop until; do while...loop and do...loop while
Is it just the fact that "do...loop until" and "do...loop while" perform the action on the first cell/row/column and only afterward apply the criteria to the remaining compared to "do until...loop" and "do while...loop" which apply the criteria from cell 1 onwards?
Thanks a lot for your help!
Kind regards,
ORoxo
I'm trying to understand the difference between these structures: Do until...loop; Do...loop until; do while...loop and do...loop while
Is it just the fact that "do...loop until" and "do...loop while" perform the action on the first cell/row/column and only afterward apply the criteria to the remaining compared to "do until...loop" and "do while...loop" which apply the criteria from cell 1 onwards?
Thanks a lot for your help!
Kind regards,
ORoxo