Manual: ForEach() example
Posted: Sun Jan 19, 2025 5:58 pm
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:
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)