Continue Procedure

Applies to TestComplete 15.63, last modified on April 23, 2024

The Continue procedure proceeds to the next iteration of the for, while, or repeat statement.

Declaration

Continue()
Result     None  

Description

Proceeds to the next iteration of the for, while and repeat loops. Continue should be within any of these statements. Otherwise, an error occurs.

See Also

DelphiScript - List of Supported Routines and Variables
Break
Exit
Halt

Highlight search results