Skip to content

Add $foreach command to TQFolder syntax

Benjamin Rottler requested to merge tqfolder-foreach into master

Release notes

Added $foreach command to TQFolder syntax. This can be used to loop over a list of strings. For example with $foreach(value, a, b, c) { ... } one gets the values a, b, and c when using $(value).

Details

The $for command is only working for integers. The $foreach command works with arbitrary strings.

Merge request reports