sort()

This Shortcut help you Sort items of a list


Description

input [list]

(e.g. ) ["bar","middle","foo"]

output [list]

(e.g. ) ["bar","foo","middle"]

Run reverse() after sort() to get an array in descending order


Latest Release Notes

1.0 - Oct. 19, 2018, 11:58 a.m.

first upload


Past versions