
02/11/2011, 16:10
|
 | | | Fecha de Ingreso: diciembre-2008 Ubicación: cedral S.L.P.
Mensajes: 81
Antigüedad: 16 años, 2 meses Puntos: 3 | |
Respuesta: Random Dim Random As New Random()
' generar un random entre 1 y 256
Dim numero As Integer = Random.Next(1, 256)
MsgBox(numero) |