[fpc-pascal]inputs under Linux console

steeve133 at gmx.de steeve133 at gmx.de
Thu Mar 15 18:53:04 CET 2001


Dear friends,

i have a problem with some inputs under fpc.
I wrote the programs how under Turbo Pascal (Dos), but i do not know,
why the inputs can not be modified.
Here is one example:

program test123;

uses crt;

var name    : string[20];
Begin

gotoxy(3,3);writeln('Please enter your name: ');
gotoxy(30,3);readln(name);

.....
end;

If i put in the name, i have to do it very correctly, because i cannot
use the key how BACKSPACE or DELETE to modify a sign.

What can i do?

Yours,

Stefan Hintermeier, steeve133 at web.de   steeve133 at gmx.de

-- 
Sent through GMX FreeMail - http://www.gmx.net





More information about the fpc-pascal mailing list