aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.59 - [aisort] Built-In

Mnemonic aid: aisort for Alphabetic case-Insenstive SORT

See also:  [append] ,  [asort] ,  [clearl] ,  [cmap] ,  [dlist] ,  [e] ,  [hmap] ,  [isort] ,  [lcc] ,  [lcopy] ,  [lhsort] ,  [list] ,  [ljoin] ,  [llen] ,  [lpop] ,  [lset] ,  [lslice] ,  [lsplit] ,  [lsub] ,  [ltol]  and  [translate] 

Sorts the list in a case-insensitive manner. If rev=1 is supplied, the sort order is reversed:


[aisort (rev=1,)listName]

[list names,Larry,asia,Katya,Alfred]
[dlist inter= ,names]
[aisort names]
[dlist inter= ,names]
[aisort rev=1,names]
[dlist inter= ,names]

Larry asia Katya Alfred
Alfred asia Katya Larry
Larry Katya asia Alfred
Larry asia Katya Alfred Alfred asia Katya Larry Larry Katya asia Alfred

Other built-ins used here:  [dlist]  and  [list] 

Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7