INPUT?

Previous topic - Next topic

kamakazieturtle

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.

Kitty Hello

You mean the Enter on the numpad or also the Return key?

kamakazieturtle

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.

MrTAToad

Certainly is fine here...

Are you using a non-standard keyboard ?

kamakazieturtle

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:
Code (glbasic) Select
LOCAL A$
INPUT A$,0,0
SHOWSCREEN
KEYWAIT

ampos

Beta 10.013 it works as it should: plain RETURN or INTRO, no need of extra ctrl.

Kitty Hello

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.

kamakazieturtle

Was using the last 9.040 release, works fine in the Beta. :good: