visual3d:documentation:pipeline:pipeline_commands:for_each_and_end_for_each
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:pipeline_commands:for_each_and_end_for_each [2024/09/03 13:55] – [Command Syntax] wikisysop | visual3d:documentation:pipeline:pipeline_commands:for_each_and_end_for_each [2024/09/03 13:57] (current) – [Command Syntax] wikisysop | ||
---|---|---|---|
Line 6: | Line 6: | ||
< | < | ||
- | **For_Each** | + | For_Each |
/ | / | ||
!/ | !/ | ||
Line 15: | Line 15: | ||
! the loop is repeated once for each item in the For_Each command at each | ! the loop is repeated once for each item in the For_Each command at each | ||
! loop INDEX is a pipeline command this is identified as ::INDEX in any other command | ! loop INDEX is a pipeline command this is identified as ::INDEX in any other command | ||
- | **End_For_Each** | + | |
+ | End_For_Each | ||
/ | / | ||
; | ; | ||
Line 60: | Line 61: | ||
Visual3D doesn' | Visual3D doesn' | ||
+ | < | ||
Variable blnContinue = true | Variable blnContinue = true | ||
- | **While** Continue = true | + | While Continue = true |
Prompt user for variable blnContinue (true or false) | Prompt user for variable blnContinue (true or false) | ||
FileCounter = FileCounter +1 | FileCounter = FileCounter +1 | ||
[load and process another file (e.g. filename_filecounter)] | [load and process another file (e.g. filename_filecounter)] | ||
- | **End while** | + | End while |
+ | </ | ||
==== Example: Processing many files ==== | ==== Example: Processing many files ==== | ||
visual3d/documentation/pipeline/pipeline_commands/for_each_and_end_for_each.1725371733.txt.gz · Last modified: 2024/09/03 13:55 by wikisysop