ExitWhile()
ExitWhile()
ExitWhile()
kann innerhalb einer While-Schleife
die weitere Ausführung abgebrochen werden, unabhängig davon, ob die
While-Bedingung erfüllt ist oder nicht.| | | 1.4 |————————| 1.6 |————————
-= Info about application 'ExitWhile' =-
[Synopsis]
End a While loop
[Description]
Usage: ExitWhile()
Exits a While loop, whether or not the conditional has been satisfied.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,5 +4,4 @@
End a While loop
[Description]
- Usage: ExitWhile()
- Exits a While loop, whether or not the conditional has been satisfied.
+ ExitWhile(): Exits a While() loop, whether or not the conditional has been satisfied.