How do I use "ON KEY(15) to equal the ENTER key???!!!!!

I use:


KEY 15, CHR$(0) + CHR$(28)

KEY(15) ON

ON KEY(15) GOSUB subroutine


this never works though, could some one help me?

PLEASE!

im trying to get KEY(15) to be the ENTER key!




Comments

  • Hi,


    I'm not sure, but would it make a difference if you place the line 'KEY(15) ON' _after_ the line 'ON KEY(15) GOSUB...' ?


    Mark


    : I use:


    : KEY 15, CHR$(0) + CHR$(28)

    : KEY(15) ON

    : ON KEY(15) GOSUB subroutine


    : this never works though, could some one help me?

    : PLEASE!

    : im trying to get KEY(15) to be the ENTER key!





Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories