donde está en fallo?
Publicado por belenah (38 intervenciones) el 17/09/2003 13:25:15
me da un fallo en la siguiente sentencia... sabes en que?
Select Case txttipo.text
Case "Teléfono"
txttipo.Text = "T"
Case "Fax"
txttipo.Text = "F"
Case "Móvil"
txttipo.Text = "M"
End Select
Select Case txttipo.text
Case "Teléfono"
txttipo.Text = "T"
Case "Fax"
txttipo.Text = "F"
Case "Móvil"
txttipo.Text = "M"
End Select
Valora esta pregunta


0