end while
Denote the end of a while/end while block, and return control to the beginning of the block.
There are no arguments for this action.
None
This action may be used within the following project items: test modules and user-defined actions.
name value
local variable temp count 1
 
 
condition to run
while #temp count<10
 
text
report #temp count
 
name value
local variable temp count #temp count+1
 
 
condition
if #temp count=2
 
exit loop
 
end if
 
end while