Hallo,
Ich habe ein kleines Problem. Ich habe ein Label. Dieses Label benutze ich als Zähler.
Beispiel:
Eingang:
Label1.caption = 10
Textbox.text = 5
Rechnung:
Label1.caption = Label1.caption - Textbox.text
10 = 10 + 5
Ergebniss:
Label1.caption = 15
Da möchte ich haben, allerdings bekomme ich folgendes:
Label1.caption = 105 (Also „10“ & „5“ sozusagen)
Wie bekomme ich das jetzt hin das das klappt?
Richtiger Code:
If AktuellerSpieler = LSpieler2.Caption Then LS1R1.Caption = LS1R1.Caption + Zahl.Caption
Gruß
GURKE
Meine Version:
Microsoft Visual Basic 6.5
Version 1053
VBA: Retail 6.5.1053
Forms3: 12.0.6514.500