ValueCount
Previous
Next
Returns the number of values under the specified subkey.
Syntax: ValueCount (SubKey As String) As Int32
Example:
Sub
App_Start
reg.New1
reg.RootKey(reg.rtCurrentUser)
c = reg.ValueCount("Software\My Application")
End Sub