hola que tal a todos tengo un problemita con este codigo que fue hecho en vb 6.0 y quiero pasarlo a vb2010
Basicamente los errores que me manda son en los print
Código VB2010:
Ver originalPrint("Hombres" & " " & "Mujeres")
For fila = 0 To 2
If fila = 0 Then
Print("<11")
Else
If fila = 1 Then
Print(">=11y <=21")
Else
Print(">21")
End If
End If
Print(arreglo(fila, 0) & " " & arreglo(fila, 1))
Next