Rev 11210 | Rev 16291 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11292 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:sort |
2 | tit:sort |
3 | type:$type_both |
3 | type:$type_both |
4 | syntax:!sort [nocase] [reverse] [numeric] |
4 | syntax:!sort [nocase] [reverse] [numeric] ``type'' [of] ``string'' |
5 | mean:Sort |
5 | mean:Sort ``string''. The ``type'' of the sort may be char, word, list or line. <br/>\ |
6 | After this command is executed, the sort order is stored in the variable\ |
6 | After this command is executed, the sort order is stored in the variable\ |
7 |
|
7 | ``wims_sort_order'' (as a list). This can therefore be used\ |
8 | for relational sorting, in conjunction with commands\ |
8 | for relational sorting, in conjunction with commands\ |
9 | $(ref1)cmdlist_item_&+cmd_choose=all$(ref2)cmdlist_item_">!item</a>,\ |
9 | $(ref1)cmdlist_item_&+cmd_choose=all$(ref2)cmdlist_item_">!item</a>,\ |
10 | $(ref1)cmdlist_line_&+cmd_choose=all$(ref2)cmdlist_line_">!line</a>,\ |
10 | $(ref1)cmdlist_line_&+cmd_choose=all$(ref2)cmdlist_line_">!line</a>,\ |
11 | $(ref1)cmdlist_word_&+cmd_choose=all$(ref2)cmdlist_word_">!word</a> or\ |
11 | $(ref1)cmdlist_word_&+cmd_choose=all$(ref2)cmdlist_word_">!word</a> or\ |
12 | $(ref1)cmdlist_char_&+cmd_choose=all$(ref2)cmdlist_char_">!char</a>. |
12 | $(ref1)cmdlist_char_&+cmd_choose=all$(ref2)cmdlist_char_">!char</a>. |