Skip to content

partner (constant)

Syntax

partner

Description

A constant representing the "partner" household relationship.

Examples

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

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

See Also