Hi all ,
i have a box i want to populate with "Yes" if any of the 4 labels on the page are color.orangered other wise "No"
i just cant seem to get it to work
if(label23.fill = color.orangered || label23_1.fill = color.orangered || label23_2.fill = color.orangered ||label23_4.fill = color.orangered, "Yes", "No")
please help