I have a problem with countig (VB3):
The caption of Label1 is '3'
The caption of Label2 is '6'

I want to add up the two numbers, but VB always
wirtes 36 instead of 9 with this method:
Label3.caption = Label1.caption + Label2.caption

I want that the two numbers are added and I don't
want to use a text-box.

Thanks for some advice, Matt-D(eutschland)