.WHILE
Generates code that executes the block of statements while condition remains true.
.WHILE condition
statements
.ENDW
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Generates code that executes the block of statements while condition remains true.
.WHILE condition
statements
.ENDW