3. Statements
:
OpenROAD Language Statements
:
For Statement
:
Example—For Statement
Share this page
Example—For Statement
Use the for loop to increment through an array:
for i = 1 to array.Lastrow do
arr[i].PaymentReceived = TRUE;
endfor;