Profile.Values() Method

Return a list of the (unnamed and named) under the given sub-key.

Syntax

Profile.Values([SubKey])

The method syntax has these parts:

Part Description
SubKey (String) sub-key under which to list the values (see remarks)
Return (Object) Dictionary object containing name-value pairs under the given sub-key

Remarks

SubKey may contain backslash separated path to sub-key.
Before using this method, be sure you understand relative versus absolute SubKey values. See the Profile Object documentation for details.