I need help with parsing a string commas separated numbers into an array of numbers. The numbers will be typed into typed into a text box and the parsed into an array when a button is clicked.
I need help with parsing a string of commas separated numbers into an array of numbers. The numbers will be typed into a text box and then parsed into an array when a button is clicked.
This is what I’ve done so far;
This is the reference for create input and button.
This is the reference for create button.
This is the reference for create input.