I am trying to set text to array data i have looked at other similar posts but none of the information in them helped me with my problem,
I am adding data to an array, X is being the name if the item and Y is being the quantity of the item.
I want it to display as
First item: First item amount
Second Item: Second Item Amount
For each xy element : Set text to Array.Curvalue just gives me the the amount of the first item and not the rest
Any help would be greatly appreciated, Thanks