Hey,
Ive got this list of transactions, all having an ID and a number of Items.
I have a transaction class... how can i create a new "Transactio n Object" at runtime, but also assign the object reference to the transaction ID at runtime.
for example...
Transaction ID = new Transaction ( ) // but ID being the ID of that particular transaction that im reading at runtime?
...