StringListSetValue

Sets the value of a name within a string list in the form Name=Value.

SYNTAX
StringListSetValue(stringList, aName, aValue)
ARGUMENTS

stringList Name of the string list
aName Identifier of the value to set
aValue Value to assign to the identifier

EXAMPLE
StringListSetValue ("List1", "Lastname", "Miller")