The Item: MergeDefinitionA Merge is an item which implements the selection of one input among two. The selected input is the first validated input. If both inputs are validated, then the first one ($0) is selected. Merge is often used in If statements to merge the two alternative paths: PropertiesResult valueThe output result returns the validated input index: 0 or 1. See alsoGo to the reference manual |