Thread: Array Problems
View Single Post
Old Jan 31st, 2008, 1:33 PM   #5
kewlgeye
Programmer
 
Join Date: Jan 2008
Posts: 53
Rep Power: 1 kewlgeye is on a distinguished road
Re: Array Problems

So to loop I should code something like this.

transactionclubSale(numberTransactionsInteger).typeString = "Orchestra"
Loop transactionclubSale(numberTransactionsInteger).typeString = "Orchestra"
For each pricedecimal()
transactionclubSale(numberTransactionsInteger) += transactionclubSale(numberTransactionsInteger)
next
kewlgeye is offline   Reply With Quote