then depending on how many times its pressed, ( up to 8 times ) the program must then jump to that number's sub routine.
so ...

a "basic" set of IF ... THEN ... GOTO is the trick.

SELECT CASE is the smart way to write it ... but is it available with v 2.32 ???

LOOKUPx is generally used to retrieve constants/values/strings from a table , not label adresses.

Alain