
|
| home > Web Design Tutorials > Programming Tutorials > ASP Coding Tutorials > ASP LOOPS & LOOPING TUTORIALS |
|
|
ASP LOOPS TUTORIALS : ASP LOOPING TUTORIALS : IF-THEN-ELSE & FOR-NEXT LOOPS
Elated - Looping the Loop - In this tutorial we will learn how to execute a piece of code more than once. In real life we often do something repeatedly - wake up, shower, go to work, go to bed, wake up ... for example. As with decision making, repeating an action is something that we often want to do in programming. VBScript provides us with several statements that allow us to repeat actions. We'll go through them one by one.
Free Web Master Help - Loops and Arrays FOR/NEXT loops are used when you want to execute a piece of code a set number of times. If, for example, you want to output the world 'Hello' 10 times, you could either code it manually or you could use:
Codefixer - Looping - Loops allow you to execute the same section of code again and again thereby saving you time and cutting down on the amount of code you have to write. VBscript has 2 main types of loops. The For...Next loop lets you specify the number of times you want the loop to execute.
Basic ASP - If...then...Else
The If statement in visual basic script is most useful and basically essential if you want to do any sort of ASP programming. So in this tutorial we will simply outline the basic syntax and give a few examples of how it works.
|
SUBMIT YOUR WEB DESIGN, GRAPHIC DESIGN, or FREELANCE ARTICLE or TUTORIAL
We are looking for quality submissions of Web Design, Graphic Design, Freelancing, and Small Business Articles & Tutorials. Our network of sites gets about 20,000 visitors per day. If you are interested in promoting yourself or your business, then this is a great way to do so. We might also use it in our Graphic Design Blog and our Web Design Blog. Please submit your articles to us. You can send us your article in MS Word Format or HTML. Please email us with any questions. |
|