Add $foreach command to TQFolder syntax
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.