Hello,
foreach (var elem in IBAN_temp)
{
IF STRINGKEY @elem NotEqualTo ""
BLOCK:ConstantString
LABEL:IBAN
value = $"<elem>"
=> VAR @IBAN
ENDBLOCK
END
}
If @elem contains something, then I put the thing into @IBAN and I exit immediately FOREACH loop, how can I do that ? I don’ find any command in the documentation about it