The total number of tickets are suppose to represent the number sold.
I tried putting type ticket_type into an array but I didn't have much success. That is what those two lines,
vb Code:
Dim ticket_table(2) As ticket_type Dim ticket() As Variant
are suppose to do.
If I change "tickets" datatype from string to integer I receive a typemismatch error on this line,
vb Code:
MsgBox ("Total number of tickets = " + tickets)




Reply With Quote