Print

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");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?