ExitWhile()

Exits a while loop, irrespective of whether its condition has been satisfied.

        
          ExitWhile()
        
      

With ExitWhile() you can interrupt further execution whether or not the while condition has been satisfied.

[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'ExitWhile' =- 

[Synopsis]
End a While loop

[Description]
Usage:  ExitWhile()
Exits a While loop, whether or not the conditional has been satisfied.

diff output to internal help in Asterisk 1.2: 

-- not available in Version 1.2 --

See also. the section called “While(), the section called “EndWhile()