08-01-2024, 02:22 PM
@justsomeguy If you need an input with garanteed len = 1 check this out
It can differentiate from esc and space and enter with ASC() help and still detect but not describe 2 len arrow keys.
Code: (Select All)
Do
k$ = Input$(1)
If k$ <> "" Then Print k$, Asc(k$), Len(k$)
_Limit 30
Loop
It can differentiate from esc and space and enter with ASC() help and still detect but not describe 2 len arrow keys.
b = b + ...