<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
----- Message d'origine ----- <br>
De : David Arnold <br>
Date : 23/03/2010 03:51:
<blockquote
 cite="mid:352F3DD9-89AA-412F-98D0-0579A69044B3@suddenlink.net"
 type="cite">
  <pre wrap="">All,

Why are the list of handles not in alphabetical order?
  </pre>
</blockquote>
To get it :<br>
edit %h_p<br>
line 877: Replace  write(%io(2),t)  by write(%io(2),gsort(t,'lr','i'))<br>
<br>
Then, you will <i>always</i> get the list sorted.<br>
<br>
IFAIK, there is no way for making disp(handle) (namely %h_p() ) <br>
returning a Left Hand Side argument, that would be the string <br>
array to be sorted only on demand when calling disp().<br>
<br>
Samuel<br>
<br>
</body>
</html>