forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescending.lcdoc
More file actions
38 lines (23 loc) · 821 Bytes
/
Copy pathdescending.lcdoc
File metadata and controls
38 lines (23 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name: descending
Type: keyword
Syntax: descending
Summary:
Used with the <sort> and <sort container> <command|commands> to sort in
reverse order (from greater to less).
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
sort marked cards descending by the name of this card
Example:
sort field 3 descending dateTime by item 2 of each
Description:
Use the <descending> <keyword> to <sort> backwards.
The descending keyword reverses the normal sort order:
* A descending text sort puts Z first, A last.
* A descending numeric sort puts large numbers first, small numbers
last.
* A descending dateTime sort puts later times first, earlier times last.
References: sort (command), sort container (command), command (glossary),
keyword (glossary)
Tags: database