Subversion Repositories wimsdev

Rev

Rev 16291 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +exec+ +var+ +string+
16291 bpr 2
!goto end
11210 bpr 3
tit:sort
4
type:$type_both
11292 bpr 5
syntax:!sort [nocase] [reverse] [numeric] ``type'' [of] ``string''
17228 bpr 6
mean:Sort ``string''. The ``type'' of the sort may be ``char'', ``word'', ``list'' or ``line''. <br>\
11210 bpr 7
  After this command is executed, the sort order is stored in the variable\
11292 bpr 8
  ``wims_sort_order'' (as a list). This can therefore be used\
11210 bpr 9
  for relational sorting, in conjunction with commands\
10
  $(ref1)cmdlist_item_&+cmd_choose=all$(ref2)cmdlist_item_">!item</a>,\
11
  $(ref1)cmdlist_line_&+cmd_choose=all$(ref2)cmdlist_line_">!line</a>,\
12
  $(ref1)cmdlist_word_&+cmd_choose=all$(ref2)cmdlist_word_">!word</a> or\
1091 bpr 13
  $(ref1)cmdlist_char_&+cmd_choose=all$(ref2)cmdlist_char_">!char</a>.
16291 bpr 14
sample:see below
15
:end
16
<tr>
17
  <td><code>!sort list 0,4,2</code></td>
18
  <td>
19
    !sort list 0,4,2
20
  </td>
21
</tr><tr>
22
<td><code>!sort reverse list 0,4,2</code></td>
23
  <td>
24
    !sort reverse list 0,4,2
25
  </td>
26
</tr>