"[SOLVED] looping with a loop macro through a user-defined list"


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
Thanks in advance
Isak
Tagged:
0
Answers
I resort to using a parameter loop, like this. It should log 'hello world again' - hope so!