Skip to content

householder (constant)

Syntax

householder

Description

A constant representing the "householder" household relationship.

Examples

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

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

See Also