Kirjautuminen

Haku

Tehtävät

Keskustelu: Ohjelmointikysymykset: Mikä virhe? (VB6)

Jakke1 [30.03.2008 13:41:15]

#

Private Sub Command1_Click()
If Text1.Text = "Seppo" & Text2.Text = "Taalasmaa" Then
MsgBox "Seppo on mies!"
Else
MsgBox Text1.Text & " " & Text2.Text & " Et oo mies :<<<"
End If
End Sub

Mikä tässä nyt menee väärin?

Mod. lisäsi kooditagit

Newb [30.03.2008 13:48:57]

#

Private Sub Command1_Click()
If Text1.Text = "Seppo" And Text2.Text = "Taalasmaa" Then
MsgBox "Seppo on mies!"
Else
MsgBox Text1.Text & " " & Text2.Text & " Et oo mies :<<<"
End If
End Sub

If-lausekkeessa erotellaan ehdot And-sanalla eikä &-merkillä.

Jakke1 [30.03.2008 14:13:34]

#

Kiitosnam

Vastaus

Aihe on jo aika vanha, joten et voi enää vastata siihen.

Tietoa sivustosta