Ver Mensaje Individual
  #7  
Antiguo 14-05-2004
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
prueba con

Código Delphi [-]
var
  MyRandom: integer;
begin
  MyRandom := Random(StringList.Count - 1);
Responder Con Cita