Route [Help Patch]

Selectively pass lists to a specific outlet

Syntax

Route outlet1 outlet2 ... outletn

Arguments

Inlets

Outlets

Comments

An outlet is created for each outleti. When a list is received via the inlet toRoute, its first element is compared against the list of outlet names. If it matches one of the names, the entire list (including the first element) is sent out via that outlet.

See Also

Switch