Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Scripting >> Examples >> Python-Perl-Powershell-Bash-Windows Batch >> Example 002 - Perform simple while loop with a loop iteration counter


 To perform an iteration until a loop counter reaches a certain number

 

 

 

 

 

 

 

 

 

 

 

 

## NOTES:
## 1. Windows batch does not have a native "while" implementation, it is simulated here with an IF and GOTO statements
##
## END ##

 

Sample output - Python

Sample output - Perl

 

 

Sample output - Powershell

Sample output - Bash

Sample output - Windows batch

 

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]