Whoops... Oh dear


Author Message
IanRogers

Senior Member

Joined: 09/12/2022
Location: United Kingdom
Posts: 152
Posted: 02:11pm 23 Dec 2022      

Okay.. Back to where I was..

The issue is GUI NUMBERBOX ACTIVATE ttext

I used the Const ttext = 7

If I use an interrupt  sub  to increase a variable touched all works fine

Ie...  

sub mybut
touched = touched + 1
end sub

I can pick up that when touched = 2 the enter key was pressed.

But that's not what I want.. I want the number keypad to activate

The error on screen said my syntax is incorrect! It is typed as above..