I see the INPUT command now has access to the NumPad. =D But now when I have entered what I want to INPUT, to enter the information you must press "Enter + Ctrl," was wondering if this was a bug or if its intentional. I used to only have to press "Enter" when I was done inputing to INPUT. Thanks in advance.
You mean the Enter on the numpad or also the Return key?
I don't think I tested the NumPad Enter key, but I'm about to leave for work. So I will have to see if it works when I get home. But the problem I was having was yes with the main "Return/Enter" Key, I have to hold "Ctrl" too or else it will not take INPUT.
Certainly is fine here...
Are you using a non-standard keyboard ?
My keyboard is completely standard, and I tested the NumPad's Enter key but I still have to press Ctrl too.
This is my exact test code:
LOCAL A$
INPUT A$,0,0
SHOWSCREEN
KEYWAIT
Beta 10.013 it works as it should: plain RETURN or INTRO, no need of extra ctrl.
Is your Ctrl key locked/broken? What's that again...
What OS language have you?
When you try the key-example progem samples/iput/keys or so - what codes do you get for pressing return?
What does inkey$ output when you press return (might be more than one return value. Please post ASC() values of the strings.
Was using the last 9.040 release, works fine in the Beta. :good: