The Item: SelectDefinitionA Select is an item used to select one input among several (like the C instruction "switch"). The number of inputs is specified during the creation of the item. PropertiesParameterThe value of the parameter $0 is an integer from the range: [0..number_of_inputs-1]. Notice: the first input is indexed with the value 0. Result valueThe result value is the index of the selected input (ie, the value of the parameter $0). See alsoGo to the reference manual |