Manual: ForEach() example

Discuss any general programming issues here
Post Reply
Flinx
Posts: 273
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Manual: ForEach() example

Post 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)
User avatar
airsoftsoftwair
Posts: 5652
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Manual: ForEach() example

Post by airsoftsoftwair »

Sure, I can add this. Thanks!
Post Reply