Does anyone know how to reference an Array's index?
I have a loop that loops through products that a user has selected these products are displayed in a table together with an update button to update that record. In the loop I was wondering if I could access the Arrays index for that product within the button so when the user passess the mouse over the button it reads index=1.
Any ideas greatly appreciated.
I have a loop that loops through products that a user has selected these products are displayed in a table together with an update button to update that record. In the loop I was wondering if I could access the Arrays index for that product within the button so when the user passess the mouse over the button it reads index=1.
Any ideas greatly appreciated.