You can get button input with the BUTTON() command. You can compare the value of BUTTON() with predefined button constants like this... IF (BUTTON() AND #A) THEN 'DO SOMETHING ...so the program does something if the user presses A. You should check the help entry for the BUTTON() command for more info.