Post Reply 
input from user
10-11-2015, 07:21 PM (This post was last modified: 10-11-2015 07:27 PM by ji3m.)
Post: #1
input from user
Is there any way to get a single line input from user without filling the entire screen with a form as INPUT does?

The hard question is twofold. What i need is

(1) user input from the normal input line. Even msdos lets me do this.

(2) multi line user input . The INPUT function takes up the entire screen but still is a single line form.

What is needed is just simple access to the input buffer from a program.
e.g.

avar := userinput ();

which returns a raw string when the user hits return.

So do i need to write my own editor just to get non-form base raw input?

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
input from user - ji3m - 10-11-2015 07:21 PM
RE: input from user - ji3m - 10-12-2015, 12:31 PM
RE: input from user - ji3m - 10-13-2015, 03:03 AM



User(s) browsing this thread: 1 Guest(s)