Danke erstmal!

Währe sehr nett wenn du mir nochmal erklären könntest was du da genau gemacht hast.

Code:
Buttons:
   Config Portb = Input
   Portb = 63
   Debounce Setclock , 0 , Setc1 , Sub
   Debounce H , 0 , Hours1 , Sub
   Debounce M , 0 , Minutes1 , Sub
   Debounce S , 0 , Seconds1 , Sub
   '-----------------------------------------------
   Debounce Setclock , 1 , Setc2 , Sub
   Debounce H , 1 , Hours2 , Sub
   Debounce M , 1 , Minutes2 , Sub
   Debounce S , 1 , Seconds2 , Sub
   Config Portb = Output
Return