【RF库Collections测试】Get From List
Name:
Get From List
Source:
Collections <test library>
Arguments:
[ list_ | index ]
Returns the value specified with an `index` from `list`.
The given list is never altered by this keyword.
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.