Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/07/2007, 07:58
Avatar de tazzito
tazzito
 
Fecha de Ingreso: agosto-2006
Mensajes: 381
Antigüedad: 18 años, 8 meses
Puntos: 2
Re: comparar commandbutton

if (command1.caption = command2.caption) and (command3.caption=Command4.caption) and (command1.caption = command3.caption) then
msgbox "el jugador N° " & command1.caption & " es el ganador"
end if

.... algo asi quieres hacer?