bool cancel = true;
if (BUTTON X IS PUSHED)
{
do{
// execute button
// execute button
// execute button
// etc.
if(BUTTON X IS PUSHED)
{
cancel = false;
}
}while(cancel)
}
Basically it is to be like a macroing program. I am wondering what would be the statements for the program to execute these buttons and, what would be the statements to look for when I push a button to cancel the looping?


Sign In
Create Account


Back to top









