hi, i don't know the best way to do this but i have a question here:

i have a button on my form "display all customers". i now need to transfer all customers from the structured 2D array to the 1D array "customers"
and then sort this with a bubble sort.

*****Previous to this i made a 2D array with that has stored seats that are 10 rows and from A to J ( eg. A1 A2.....J2, J3)
I have then made code that allows you to add a customer name into the array and then display it. also having a button that removes that customer.

i have uploaded some of my code from the programs. i have left out my functions code as they work like the display seats, add customers and remove customers.

Interface


Code 1


Code 2


Code 3