【RF库Collections测试】Set List Value

Name:
Set List Value
Source:
Collections <test library>
Arguments:
[ list_ | index | value ]
Sets the value of `list` specified by `index` to the given `value`.
Index '0' means the first position, '1' the second and so on. Similarly, '-1' is the last position, '-2' 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:59  垄上行  阅读(460)  评论(0编辑  收藏  举报