- Banned
- #1
Does anyone know how to add labels?
I have 5 labels or so which display the cost of a certain food. eg lblBurger will display the cost for how ever many burgers you order. I need a label to display the total cost, but when I added the lalels up they just did it like this : lblburger would be $3 lblChips $2 so i would do lbltotal = lblchips +lblburger
but it would come out as 32
Anyone know the correct way to add these?
I have 5 labels or so which display the cost of a certain food. eg lblBurger will display the cost for how ever many burgers you order. I need a label to display the total cost, but when I added the lalels up they just did it like this : lblburger would be $3 lblChips $2 so i would do lbltotal = lblchips +lblburger
but it would come out as 32
Anyone know the correct way to add these?