I often encounter situations where I would like to loop, with a loop-macro taking on each item in a user-defined list of strings. There doesn't seem to be an operator for this, but Is there some other simple way to accomplish this?
Thanks in advance
Isak
I resort to using a parameter loop, like this. It should log 'hello world again' - hope so!