ascending

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
ascending
Summary

Used with the sort command to specify that sorting is in normal order (from less to greater).

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
sort this stack ascending by field "Order Number"
RelatedCommand: sort, sort container
Glossary: keyword, handler, command, sort
Keyword: point
Description

Use the ascending keyword to improve the clarity of your code. For example, if a handler contains several sort commands and some are in descending order, you can use the ascending keyword explicitly to point up the fact that there are both ascending and descending sorts.

Since ascending is the default sort order, you never actually need to use the ascending keyword; if you leave it out, the sort is performed in ascending order anyway.

Tagsdatabase