Extract elements from a list - single elem...
(1)
The extract_elements_from_a_list is passed the list ['a','b','c','d','e']. The fromIndex is 2 and the toIndex is 3, so the service outputs the single element list ['c'].
Created: 2008-09-29
Credits:
Alan Williams