09-08-2025, 11:24 PM
Wouldn't a null string produce the error?
No key pressed, a$ = ""
Len(a$) = 0 so triggers the ELSE.
ASC("") = ILLEGAL FUNCTION CALL
No key pressed, a$ = ""
Len(a$) = 0 so triggers the ELSE.
ASC("") = ILLEGAL FUNCTION CALL


