I am having a problem with the following piece of code:
For countInteger As Integer = 0 To 3
seatsSoldInteger = ticketDetail(indexInteger).seatsSoldInteger
costDecimal = ticketDetail(indexInteger).costDecimal
totalTicketSalesDecimal = seatsSoldInteger * costDecimal
Next countInteger
I can't get it to break out the totalTicketSalesDecimal for each countInteger