Private Sub Command2_Click()
Dim S As Single 'Sección
Dim n As Integer 'Nº Conductores
Dim ST As Single 'Sección Total
Dim suma As Single
S = Text2.Text
n = Text3.Text
ST = S * n
suma = Val(Label4.Caption)
Label4.Caption = ST + suma
End Sub




|
|||
Tema destacado: Usando Git para manipular el directorio de trabajo, el índice y commits (segunda parte) |
|
|