Skip to content

child (constant)

Syntax

child

Description

A constant representing the "child" household relationship.

Examples

Assuming household_relationship is a numeric follwing this convention, agents who are children can be filtered and sent to the state Selection with:

if(household_relationship == child) then next(Selection)

See Also