VARIABLES SECTION BUTTON = Goto (erster); BUTTON = Goto (zweiter); PROGRAM SECTION Label (anfang); UserDialog ('0', STANDARD, BUTTON:'+', BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK, BLANK); Goto (ende); Label (erster); Message ('Erster Knopf gedrückt', ON_SCREEN, 5); Goto (anfang); Label (zweiter); Message ('Zweiter Knopf gedrückt', ON_SCREEN, 5); Label (ende); PARAMETER SECTION