Re:
Pedro Valero <[email protected]> Mon, 08 Apr 2002 17:25:46 +0200
| Newsgroups | gmane.lisp.statistics |
|---|---|
| Message-ID | <[email protected]> |
At 23:00 07/04/2002 +0000, Elbanhawy wrote:
>Hi everybody, I am new to lisp and wanted top know how to convert a
>char to its ascii number for sorting a list of characters....please
>help.
>Thanks,
>
>Sherif
The function sort-data seems to do the trick without additional programmi=
ng.
>(sort-data (list "z" "F" "g"))
("F" "g" "z")
Dr. Pedro M. Valero Mora
Profesor Titular de Proceso de Datos en Psicolog=EDa
Departamento de Metodolog=EDa de las CC. del Comportamiento
Facultad de Psicolog=EDa
Universitat de Val=E8ncia
Av. Blasco Ib=E1=F1ez, 21. Valencia 46010
Espa=F1a
Tel. +34963864420. Ext. 2263
Fax. +34963864697
e-mail: [email protected]
web: http://www.uv.es/~valerop