[scilab-Users] Handles

Samuel Gougeon Samuel.Gougeon at univ-lemans.fr
Tue Mar 23 14:54:48 CET 2010


----- Message d'origine -----
De : David Arnold
Date : 23/03/2010 03:51:
> All,
>
> Why are the list of handles not in alphabetical order?
>   
To get it :
edit %h_p
line 877: Replace  write(%io(2),t)  by write(%io(2),gsort(t,'lr','i'))

Then, you will /always/ get the list sorted.

IFAIK, there is no way for making disp(handle) (namely %h_p() )
returning a Left Hand Side argument, that would be the string
array to be sorted only on demand when calling disp().

Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100323/f63d4835/attachment.htm>


More information about the users mailing list