StringList.set Method¶
Module: StringList
Definition¶
Sets an item of the StringList object.
void set(int index, String? item)
Parameters
index intin Index of the item to set.
item Stringin item to set.
Exceptions
An error has occurred during Face Library execution.