Avoid using labels and GOTOs. Structured programming is the way to go! As far as buttons go, if you plan on working with various button inputs within a loop, you should assign BUTTON to a variable, like this... BTN=BUTTON(2) You can compare this variable using constants and logic gates. It follows a very simple, speech-like syntax!... IF BTN AND (#A OR #B) THEN 'DO SOMETHING