Paste2 Logo
  1. #cs
  2. Autore=Red Skull 92
  3. Web : Www.RedSkull92.Wordpress.com
  4. Mail : RedSkull92@gmail.com
  5. #ce
  6. Local $numero1,$numero2,$da,$a
  7. Func _random($numero1=1,$numero2,$da,$a)
  8.         If @error Then
  9.                 ConsoleWrite(@error)
  10.         EndIf  
  11.         $str = ""
  12.    for $i=1 to Random($numero1,$numero2)
  13.       $str &= Chr(Random(Asc($da), Asc($a), 1))
  14.           If @error Then
  15.                   ConsoleWrite(@error)
  16.                 EndIf  
  17.   Next
  18.   Return $str
  19. EndFunc

Funzione per far comparire caratteri random by Red Skull 92