
14/03/2005, 13:20
|
| | Fecha de Ingreso: enero-2005
Mensajes: 6
Antigüedad: 20 años, 3 meses Puntos: 0 | |
Este lo hice yo, y vale para 10 cifras.
' GENERAMOS UN NUMERO ALEATORIO DE 10 CIFRAS
public function aleatorio
Randomize
aleatorio = clng(rnd * &H7FFFFFFF)
End function
Saludos |