blitzbasic
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version:
10.283
Logfile:
EN
,
DE
Home
Help
Search
Blogs
Login
Register
GLBasic forum
»
Main forum
»
Bug Reports
»
INPUT?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: INPUT? (Read 401 times)
kamakazieturtle
Mr. Drawsprite
Posts: 97
INPUT?
«
on:
2011-Jun-09 »
I see the INPUT command now has access to the NumPad.
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.
Logged
Kitty Hello
code monkey
Administrator
Prof. Inline
Posts: 10277
here on my island the sea says 'hello'
Re: INPUT?
«
Reply #1 on:
2011-Jun-09 »
You mean the Enter on the numpad or also the Return key?
Logged
kamakazieturtle
Mr. Drawsprite
Posts: 97
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.
Logged
MrTAToad
HelpEditors
Prof. Inline
Posts: 5346
Its me!
Re: INPUT?
«
Reply #3 on:
2011-Jun-09 »
Certainly is fine here...
Are you using a non-standard keyboard ?
Logged
Blog
Twitter :
FishyMcFlipFlop
Books :
GLBasic Books
kamakazieturtle
Mr. Drawsprite
Posts: 97
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
Logged
ampos
Prof. Inline
Posts: 1590
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.
Logged
check my web and/or my blog
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
Kitty Hello
code monkey
Administrator
Prof. Inline
Posts: 10277
here on my island the sea says 'hello'
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.
Logged
kamakazieturtle
Mr. Drawsprite
Posts: 97
Re: INPUT?
«
Reply #7 on:
2011-Jun-10 »
Was using the last 9.040 release, works fine in the Beta.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Main forum
»
Bug Reports
»
INPUT?