I have some numbers (4,3,3,2,1) in a text box, separated by commas.
When I hit a button called “add numbers to the list”, I want this numbers to be added as a list to a data field called “number list” which is obviously (I guess) a list of numbers.
Not sure. You might need to use Regex to extract the individual numbers first. Could you redesign it to have multiple input fields to hold each number?
I am just trying to find ways to solve this problem (please see the link below), I’ve tried to solve it in different ways for several days but I am still stuck. I would appreciate if you could take a look (link below):