I have an array called Banana, it has in it at the start four values: 0:a 1:b 2:c and 3:d. I want to code to add another value to the array 4:e. This is just a simplified version as for the code I am writing at the moment I need an array to save the values of buttons the user inputs.
The code would work like this in Python but not in wix; how do I add a value to an already established array if possible? This example just says that I cannot use Banana again or refine a variable despite the fact that variables should be able to vary.
Thank you.