zl程序教程

您现在的位置是:首页 >  后端

当前栏目

【RF库Collections测试】Sort List

List测试 Sort RF collections
2023-09-14 08:59:26 时间

Name:
Sort List
Source:
Collections <test library>
Arguments:
[ list_ ]
Sorts the given list in place.
The strings are sorted alphabetically and the numbers numerically.
Note that the given list is changed and nothing is returned. Use `Copy List` first, if you need to keep also the original order.