Documentation for: GetClassList
The GetClassList function call is made with a process id, a domain name string, and a delimiter string as
input, and an empty list string to output a comma-separated list of all classes in a domain.
Documentation for: GetDomainList
The GetDomainList function call is made with a process id and a delimiter string as input, and an empty list
string to output a comma-separated list of all domains in the registry.
Documentation for: GetGroupList
The GetGroupList function call is made with a process id, a domain name string, a class name string, and a
delimiter string as input, and an empty list string to output a comma-separated list of all groups in a
domain and class.
Documentation for: GetGroupModList
The GetGroupModList function call is made with a process id, a domain name string, a class name string, a
group name string, and a delimiter string as input, and an empty list string to output a comma-separated
list of all subgroups in a domain, class, and group.
Documentation for: GetSubGrpCount
Get the number of subgroups in a group, class and domain.The GetSubGrpCount function call is made with a
process id, a domain name string, a class name string, and a group name string as input, and an empty
count integer to output a count of all subgroups in a domain, class, and group.
Documentation for: GetSubGrpList
The GetSubGrpList function call is made with a process id, a domain name string, a class name string, a group
name string, and a delimiter string as input, and an empty list string to output a comma-separated list of
all subgroups in a domain, class, and group.
Documentation for: GetSubGrpModList
The GetSubGrpModList function call is made with a process id, a domain name string, a class name string, a
group name string, a subgroup name string, and a delimiter string as input, and an empty list string to
output a comma-separated list of all subgroups in a domain, class, and group.
Documentation for: GetVarRef
Returns the reference at position _index in the references list associated
with the variable/value at _variable and indices _1 through _6.