.WHILE
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at .WHILE.
Generates code that executes the block of statements
while condition
remains true.
Syntax
.WHILE condition
statements
.ENDW