StringList.set Method

Module: StringList

Definition

Sets an item of the StringList object.

void set(int index, String? item)

Parameters

index int
in Index of the item to set.

item String
in item to set.

Exceptions

An error has occurred during Face Library execution.