Set the element from the specified list as the current element for processing.

Call:

int ires = ac_request("set_current_element_from_list", int listindex, int elemindexinlist);


Here:

listindex - the number of the list of elements from which the element must be made current in order to perform operations on it.

elemindexinlist - the index of the element in this list.

ires - equals 0 on success.