Loop statements are used to repeat the execution of a set of statements as long as a particular condition is true. There are three types of loop statements in JScript .NET and JavaScript: the while statement, the do while statement and the for statement. The loop statements are similar to the loop construct in Forsta Plus, but there is a difference: In a loop in Forsta Plus, a set of questions is repeated for the items in the loop list (subject to masking). In a JScript .NET or JavaScript loop, a set of statements is repeated until a condition is evaluated to false.
Forsta Scripting Support
All the topics, resources needed for Forsta Scripting.