REPEAT i := 1 TO SIZEOF(np) BY 1; IF input1 = np[i]\Representation_item.name THEN RETURN(np[i]); END_IF; END_REPEAT; RETURN(?);