I have searched the forum and tried a few things, but I am looking for help in what kind of direction I need to go.
(My knowledge of arrays: basic. I have read the manual and tried experiments with most of the functionality.)
Wish: there are 4 sport teams. Every time I click a button, they have played a game and I can see the scores and result.
I think I need an array for this.
Pressing the button and filling the array with goals scored per team is the basic level I could achieve.
What I think is also necessary is: how do I let C2 know that when I play team A versus team B, that only team C and team D are left to play a match. (for example team C versus team B is not possible, because team A is playing team B)
If I am not clear enough, let me know.