I am trying to create a football transfer list but I simply can't get past this issue.
I have a dictionary where the keys are the players names, and the values are to show if they are listed for sale or not ("True" means they are for sale).
I want to create a list of all the players on transfer list, so I created an array (TransferList).
So, for each player (key) that has the value=True (means they are for sale), the player is to be added to the Array "TransferList".
I've added some text debugging that is working, but nothing happens on the Array.
Can somenone help me here, as I am stuck without mercy here...