dos_compilers/Microsoft QuickBASIC v3/manual/ng147de.html
2024-07-01 13:00:14 -07:00

30 lines
808 B
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng141ee.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng148c5.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>INP Read from an I/O Port</B>
<U>y</U> = <B>INP</B>(<U>port</U>)
Returns a byte from a specified I/O port.
<U>port</U> A numeric expression in the range 0 to 65535, specifying
the port to read.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng22914.html">OUT</A>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>