what I want to achieve is to have combinations of all items from all fields, but in ascending order. But since these aren't numeric values, I thought the easiest way would be to use the loop position for that purpose. So, your examples are good and work fine for me!

This forum is very helpful. Thanks a lot for this!
 
 Best regards,
Joerg

 For the version on the left I would simply use 3 nested for-each loops. The version on the right, I think, needs to compare lower and higher values to achieve the ascending order. That's why I asked the opening question, just to keep it simple...
  For the version on the left I would simply use 3 nested for-each loops. The version on the right, I think, needs to compare lower and higher values to achieve the ascending order. That's why I asked the opening question, just to keep it simple...
 
 