【RF库Collections测试】Remove From List

Name:
Remove From List
Source:
Collections <test library>
Arguments:
[ list_ | index ]
Removes and returns the value specified with an `index` from `list`.
Index '0' means the first position, '1' the second and so on. Similarly, '-1' is the last position, '-2' the second last, and so on. Using an index that does not exist on the list causes an error. The index can be either an integer or a string that can be converted to an integer.

 

posted @ 2017-06-19 22:50  垄上行  阅读(503)  评论(0编辑  收藏  举报