【RF库Collections测试】Sort List

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.

 

posted @ 2017-06-19 23:02  垄上行  阅读(317)  评论(0编辑  收藏  举报