I've written a program that uses function keys to get input from user. Ex F1 to go to add section F2 to delete etc.etc.
For this i used the commands below
but in runtime if i hold that function key pressed or hit several times i get the error "OUT OF STACK SPACE"...
It's an interesting error for this program cus no recursive subs...
Thanks for your help
For this i used the commands below
Code:
KEY(X) ON 'Where x is the Function Key's keyboard scan code
ON KEY(X) GOSUB aaaaa
but in runtime if i hold that function key pressed or hit several times i get the error "OUT OF STACK SPACE"...
It's an interesting error for this program cus no recursive subs...
Thanks for your help