HasChilds

This function checks if child dictionary has any positions for selected parent value

Syntax

HasChilds("parentDict","childDict");

Function arguments

  • parentDict – (String) The value of parent dictionary
  • childDict – (String) The name of the child dictionary

Return value

This function returns Boolean. Returns true if child dictionary has positions for selected parent value, false otherwise.

Examples

Example 1: This will check if 'someChildDict’ has any positions for parent with value euqal to 'someValue’

HasChilds("someValue","someChildDict");