aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.145 - [issort] Built-In

Mnemonic aid: issort for Integer String SORT

See also:  [hsort] ,  [sisort]  and  [ssort] 

This sorts lines of content by an integer followed by a comma at the beginning of each line. If rev=1 is supplied, the sort order is reversed:


[issort (rev=1,)content]

[issort 4,kenny sure can play.
2,Katya is a memory.
9,Ollie represents a tragedy.
5,Fred is my cousin.
]
----
[issort rev=1,4,kenny sure can play.
2,Katya is a memory.
9,Ollie represents a tragedy.
5,Fred is my cousin.
]

2,Katya is a memory.
4,kenny sure can play.
5,Fred is my cousin.
9,Ollie represents a tragedy.
----
9,Ollie represents a tragedy.
5,Fred is my cousin.
4,kenny sure can play.
2,Katya is a memory.
2,Katya is a memory. 4,kenny sure can play. 5,Fred is my cousin. 9,Ollie represents a tragedy. ---- 9,Ollie represents a tragedy. 5,Fred is my cousin. 4,kenny sure can play. 2,Katya is a memory.
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