While( )


While( ) Starts a while loop

 While(   expr   ) 

Starts a while loop. Execution will return to this point when EndWhile( ) is called, until expr is no longer true. If a condition is met causing the loop to exit, it continues on past the EndWhile( ) .

 exten => 123,1,Set(COUNT=1)  exten => 123,2,While($[ ${COUNT} < 5 ])  exten => 123,3,SayNumber(${COUNT})     exten => 123,4,EndWhile(  ) 

See Also

EndWhile( ) , GotoIf( )



Asterisk. The Future of Telephony
Asterisk: The Future of Telephony: The Future of Telephony
ISBN: B0026OR3OO
EAN: N/A
Year: 2001
Pages: 380

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net