|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
exit while statement
how do you exit a while statement? i've tried
exit exit loop exit while what am i missing? or is it not possible? |
|
#2
|
|||
|
|||
|
change it to a Do While or Do Until and then you can use Exit Do
Code:
Do While True
Exit Do
Loop
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
break;
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > exit while statement |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|