I am currently working on an invoice program using C2. I would like to display the first order on index 0, followed by the second order on index 1 using a listbox similiar to the following;
Below shows the quantity, item, description and subtotal of each product
1 [space] beer [space] kalik gold [space] $3.00
1 [space] pk cigarette [space] benson & hed [space] $4.50
The problem seems to be that lisboxes do not allow any spacing between text in each of the index. I would grately appreciate if any one can explain or has a solution that will allow me to space items in each index.