Page 1 of 1

Manual: ForEach() example

Posted: Sun Jan 19, 2025 5:58 pm
by Flinx
I just used ForEach() once again and it reminded me of how long it took me to understand that you can do much more with it than just list a table like in the example.
Therefore, I recommend adding a slightly complicated variant to the example, something like this:

Code: Select all

ForEach(t, Function(a, b) DebugPrint(a, b) EndFunction)

Re: Manual: ForEach() example

Posted: Fri Jan 24, 2025 10:33 pm
by airsoftsoftwair
Sure, I can add this. Thanks!