Rev 9019 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8791 | bpr | 1 | !if $wims_read_parm!=slib_header |
2 | !goto proc |
||
3 | !endif |
||
9019 | bpr | 4 | slib_title=Sort order |
8791 | bpr | 5 | slib_parms=0 |
8793 | bpr | 6 | slib_out=give the order of the sort done before : \ |
7 | if \listsort is the result of the command sort on the list \list,\ |
||
9020 | bpr | 8 | \listsort[\slib_out] is the sorted list. |
9019 | bpr | 9 | slib_comment= must be executed just after a sort by the command wims(sort ..) |
8791 | bpr | 10 | slib_author=Bernadette, Perrin-Riou |
11 | |||
12 | !exit |
||
13 | |||
14 | :proc |
||
15 | |||
16 | slib_out=$wims_sort_order |