Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 378 Bytes

_SA.Sort().md

File metadata and controls

21 lines (16 loc) · 378 Bytes

对数组进行排序, 支持顺序, 倒序, 逆序:

_SA.Sort(Array, Order="A")

参数 Parameters

  • Array: 输入的字符串数组

  • Order: 排列顺序 A: 顺序 D: 倒序 R: 逆序

返回 Returns:

SA

抛出异常 Throws:

  • 暂无

示例 Example

暂无

From https://sites.google.com/site/ahkref/custom-functions/sortarray