hdbConfigHasOccRules
hdbConfigHasOccRules(h_configId)=>t / nil
Description
Checks whether a configuration contains any occurrence rules.
Arguments
Value Returned
Examples
Checks whether the configId contains an occurrence rule.
when( hdbConfigHasOccRules(configId)
=>t
printf("The specified configuration has at least one occurrence rule.\n")
)
Related Topics
Return to top