Ver Mensaje Individual
  #1  
Antiguo 26-01-2023
Avatar de MAXIUM
MAXIUM MAXIUM is offline
Miembro
 
Registrado: may 2005
Posts: 1.488
Reputación: 20
MAXIUM Va camino a la fama
UnSort StringList

Hola que tal, aquí vengo con problemas

Imaginen un StringList con 3 elementos:
Código Delphi [-]
StringList. Index[0]:= 'Dos';
StringList. Index[1]:= 'Cinco';
StringList. Index[2]:= 'Nueve';

¿Se puede hacer un "UnSort"? Por ejemplo
Código Delphi [-]
StringList. Index[0]:= 'Nueve';
StringList. Index[1]:= 'Dos';
StringList. Index[2]:= 'Cinco';
Responder Con Cita