Skip to content

boarder (constant)

Syntax

boarder

Description

A constant representing the "boarder" household relationship.

Examples

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

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

See Also