input$ or equiv

In this category you can exchange your programming questions and solutions.
rnol
Posts: 2
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 590Post rnol
Mon Feb 08, 2010 9:08 pm

Just found FNX - is there a way to get user input without textbox?
Console program
Thanks

magna
Posts: 30
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 591Post magna
Tue Feb 09, 2010 9:15 am

As far as I know FNX is intended for GUI not for console programs. There is a function INP() which reads from a port but no INPUT$().

rnol
Posts: 2
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 592Post rnol
Tue Feb 09, 2010 4:31 pm

Thank You

duepalle
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 593Post duepalle
Sun Oct 17, 2010 6:04 am

i had the same question : is not possible do consolle
program like qbasic can do?

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

input$ or equiv

Post: # 594Post fred
Mon Oct 18, 2010 6:49 pm

There is a Print statement that writes to console/stdout.
But there is no Input statement.
There are a lot of window controls (button/stringgrid) for making a windows/gui application.
I don`t know where you want to use it for but i think a kind of Input can be made using windows api calls.

duepalle
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 595Post duepalle
Wed Oct 20, 2010 9:13 pm

thanks fred
excuse me for the ritard but i didn`t connected for some
day.....

i`d like to know about input statment because i love build
simple console program.
About your advise,do you know how to made input statement using windows api calls ? i`m not able
for now to use api.....

thanks for your answer,
bye :)

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

input$ or equiv

Post: # 596Post fred
Thu Oct 21, 2010 6:37 pm

Don`t worry, i`m not in a hurry and there is no time limit :)
I will see what i can do, should not be too difficult, so i learn also from it.
Will take a few days, i have work/life etc. also :)

duepalle
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 597Post duepalle
Fri Oct 22, 2010 12:23 am

thanks a lot ,fred
i`ll be waiting for news
                 bye :)

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

input$ or equiv

Post: # 598Post fred
Mon Nov 01, 2010 8:15 pm

Sorry, was a little busy.
Did try something using ReadConsole and others but it did not work yet :(
I suppose i did something wrong :)
I think it should be possible so i will try again, if there is Print then there should be a kind of Input also.


duepalle
Posts: 5
Joined: Tue Nov 08, 2005 3:00 pm

input$ or equiv

Post: # 599Post duepalle
Tue Nov 09, 2010 11:28 pm

thanks again for yor efforts fred , i didnt read the forum from
same day , i notice your post only now.
it would be good if you could get  the input statement working , i hope you can do it !
bye and thanks again :)

Post Reply