<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#3333FF">
On 18/11/11 13:06, Martin wrote:
<blockquote cite="mid:4EC6583D.2060704@mfriebe.de" type="cite">Not
done any console apps in a long time.
<br>
If I do:
<br>
var c: char;
<br>
read(c);
<br>
<br>
It will read individual files, but only after I pressed enter on
my terminal. What is needed to read the char immediately?
<br>
<br>
<br>
--
<br>
_______________________________________________
<br>
Lazarus mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
<br>
<br>
</blockquote>
<font face="Comic Sans MS">It really needs get(c) but this
function, together with put(c), which were defined in Jensen &
Wirth and all standard Pascals, has long been missing from Turbo
Pascal, and all its deriviatives such as Freepascal</font>.<br>
<br>
Chris<br>
</body>
</html>