Hello.

I have certain project, which uses 11 buttons. They have no repeat, but BUTTON statement requires separate BVAR variable (button variable) to be declared for all buttons. Is there a way to skip usage of this variable?

I know that I can do without BUTTON statement at all, but I like they way it works (debounce and code stopped until you release button).