condicion if
Publicado por ALBERTO JOSE (1 intervención) el 27/09/2018 03:25:46
Buenas Noches, quiero pasar esta operacion hecha en VB a JavaScript
muchas gracias por la ayuda
1
2
3
4
5
6
7
8
9
10
11
If PGrasaTextBox.Text >= 10 Then
EdadGrasaTextBox.Text = 21
End If
If PGrasaTextBox.Text >= 10.57 Then
EdadGrasaTextBox.Text = 22
End If
If PGrasaTextBox.Text >= 11.14 Then
EdadGrasaTextBox.Text = 23
End If
muchas gracias por la ayuda
Valora esta pregunta


0