Browse By Tags

  • How to skip one iteration in a loop ("Repeat" statement) with 4GL?

    Hi I'm iterating trough a list of objects using a repeat statement. If a specific criteria matches, I want to skip the code for the current object in the loop. How do I achieve this? The "break" statement ends the whole repeat statement, I just want…