I will try to explain my problem as simple as possible.
What I want to do is to have a checklistbox with 2 columns for an item and a amount.
[ ]Beer $5.30
[ ]Wine $6.50
[ ]Chips $3.35
I must then be able to click selected items, and add these items' amounts to a varible, say total_amount. The amounts must be aligned like above.
Is there any easier way to do this than by manipulating strings.
Please help
Frustrated Hennie
What I want to do is to have a checklistbox with 2 columns for an item and a amount.
[ ]Beer $5.30
[ ]Wine $6.50
[ ]Chips $3.35
I must then be able to click selected items, and add these items' amounts to a varible, say total_amount. The amounts must be aligned like above.
Is there any easier way to do this than by manipulating strings.
Please help
Frustrated Hennie