blitzbasic

Author Topic: INPUT?  (Read 401 times)

Offline kamakazieturtle

  • Mr. Drawsprite
  • **
  • Posts: 97
    • View Profile
INPUT?
« on: 2011-Jun-09 »
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.

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *****
  • Posts: 10277
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: INPUT?
« Reply #1 on: 2011-Jun-09 »
You mean the Enter on the numpad or also the Return key?

Offline kamakazieturtle

  • Mr. Drawsprite
  • **
  • Posts: 97
    • View Profile
Re: INPUT?
« Reply #2 on: 2011-Jun-09 »
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.

Offline MrTAToad

  • HelpEditors
  • Prof. Inline
  • ****
  • Posts: 5346
  • Its me!
    • View Profile
    • Un-Map.com
Re: INPUT?
« Reply #3 on: 2011-Jun-09 »
Certainly is fine here...

Are you using a non-standard keyboard ?

Offline kamakazieturtle

  • Mr. Drawsprite
  • **
  • Posts: 97
    • View Profile
Re: INPUT?
« Reply #4 on: 2011-Jun-10 »
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: [Select]
LOCAL A$
INPUT A$,0,0
SHOWSCREEN
KEYWAIT

Offline ampos

  • Prof. Inline
  • *****
  • Posts: 1590
    • View Profile
    • AMpostata Website
Re: INPUT?
« Reply #5 on: 2011-Jun-10 »
Beta 10.013 it works as it should: plain RETURN or INTRO, no need of extra ctrl.
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *****
  • Posts: 10277
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: INPUT?
« Reply #6 on: 2011-Jun-10 »
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.

Offline kamakazieturtle

  • Mr. Drawsprite
  • **
  • Posts: 97
    • View Profile
Re: INPUT?
« Reply #7 on: 2011-Jun-10 »
Was using the last 9.040 release, works fine in the Beta. :good: