MultiStringCount

This function returns the number of strings in a MultiString value. A MultiString value is like a list of strings.

MultiStringCount (ValueName As String, StringCount As Long) As Long

Parameters

ValueName

[in] Name of the value to query.

StringCount

[out] Number of strings in the MultiString value.

Return Value

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

Return to aaxRegistry reference