Finds the next key value pair in the list.
'Declaration
Public Function UserDataFindNext( _
ByRef As String _
) As String
'Usage
Dim instance As NotateXpress
Dim key As String
Dim value As String
value = instance.UserDataFindNext(key)
Parameters
- key
- A string value which represents the next key.
Return Value
A string which represents the next value.