setStringList

fun setStringList(groupName: String, key: String, list: List<String>, length: <Error class: unknown class>)

Associates a list of string values for @key under @group_name. If @key cannot be found then it is created. If @group_name cannot be found then it is created.

Since

2.6

Parameters

groupName

a group name

key

a key

list

an array of string values

length

number of string values in @list