Microsoft®
Visual Basic® Scripting Edition While...Wend Statement |
| Language Reference |
|
Executes a series of statements as long as a given condition is True.
While condition
[statements]
WendThe While...Wend statement syntax has these parts:
Part Description condition Numeric or string expression that evaluates to True or False. If condition is Null, condition is treated as False. statements One or more statements executed while condition is True.
If condition is True, all statements in statements are executed until the Wend statement is encountered. Control then returns to the While statement and condition is again checked. If condition is still True, the process is repeated. If it is not True, execution resumes with the statement following the Wend statement.While...Wend loops can be nested to any level. Each Wend matches the most recent While.
Tip The Do...Loop statement provides a more structured and flexible way to perform looping.
file: /Techref/language/asp/VBS/VBSCRIPT/398.htm, 3KB, , updated: 2001/12/5 09:49, local time: 2024/12/8 20:11,
18.97.14.82:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/VBS/VBSCRIPT/398.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.