Looping Statements

Looping statements run the same block of code a specified number of times, in a loop… hence the name.

In VBScript, we have four looping statements:

Image For…Next statement Runs a set of rules a specified number of times.

Image For Each…Next statement Runs a set of rules for each item in a collection or each element of an array.

Image Do…Loop statement Runs a set of rules while or until a condition is true.

While…Wend statement Runs a set of rules ...

Get Oracle Hyperion Financial Management Tips And Techniques now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.