ID : 5685
Repeat
Commands | Functions |
---|---|
Do...Loop | To repeatedly execute a set of statements while a designated condition is True or until the condition becomes True. |
Exit | To exit a designated processing block. |
For...Next | To repeat a set of statements up to the specified number of times. |
ID : 5685
- Related Information
- Do...Loop
- Exit
- For...Next