This function remove an existing string in a multi string value. A MultiString value is like a list of strings.
MultiStringRemove (ValueName As String, StringIndex As Long) As Long
Parameters
ValueName
[in] Name of the value to modify.
StringIndex
[in] Index in the list of the string to Remove. Index goes from 1 to Count.
Return Value
0: success
1: value name not accessible
2: value is not of type multi-string
4: invalid index