MultiStringRemoveAll

This function removes all the strings in a multi string value. A MultiString value is like a list of strings.

MultiStringRemoveAll (ValueName As String) As Long

Parameters

ValueName

[in] Name of the MultiString value to clear.

Return Value

0: success
1: value name not accessible
2: value is not of type multi-string
 

Return to aaxRegistry reference