for Statement (JScript 5.6)

Executes a block of statements for as long as a specified condition is true.

for (initialization; test; increment)
      statements 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also