foreach
From QuestWiki
foreach (iterator variable, list) { script }
Run a script for each item in a list. If the list is a dictionary, the loop iterates over the dictionary keys.
See Using Lists
| < Back to Script Commands |