<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fautoinput</id>
		<title>IB Statements/autoinput - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fautoinput"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/autoinput&amp;action=history"/>
		<updated>2026-04-07T01:12:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/autoinput&amp;diff=334&amp;oldid=prev</id>
		<title>Badge: New page: '''AUTOINPUT statement'''   '''Syntax:'''  AUTOINPUT [(lun)] @(screen-position),variable-name[,length-override]   '''where:'''   screen-position = the column and row (respectively) from wh...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/autoinput&amp;diff=334&amp;oldid=prev"/>
				<updated>2009-05-20T10:04:43Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;AUTOINPUT statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  AUTOINPUT [(lun)] @(screen-position),variable-name[,length-override]   &amp;#39;&amp;#39;&amp;#39;where:&amp;#39;&amp;#39;&amp;#39;   screen-position = the column and row (respectively) from wh...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''AUTOINPUT statement'''&lt;br /&gt;
 &lt;br /&gt;
'''Syntax:'''  AUTOINPUT [(lun)] @(screen-position),variable-name[,length-override] &lt;br /&gt;
&lt;br /&gt;
'''where:''' &lt;br /&gt;
&lt;br /&gt;
screen-position = the column and row (respectively) from where data will be input &lt;br /&gt;
&lt;br /&gt;
variable-name = the name of the input variable &lt;br /&gt;
&lt;br /&gt;
length-override = the size of the input field (number of characters) &lt;br /&gt;
&lt;br /&gt;
'''Note:''' If no lun is specified, the AUTOINPUT statement assumes lun 0. &lt;br /&gt;
 &lt;br /&gt;
'''Discussion:'''  AUTOINPUT performs the same function as the INPUT statement, except under program control (and not requiring operator action). This statement can be used to automate the input process, and can be especially useful with other features such as Comet hyperlinks. &lt;br /&gt;
 &lt;br /&gt;
History:  The AUTOINPUT statement was added in Build 311.&lt;br /&gt;
  &lt;br /&gt;
'''Example 1:'''  This AUTOINPUT statement inputs of 5 bytes of data from screen position 20,4 and assigns this value to A$. &lt;br /&gt;
&lt;br /&gt;
LENGTH 5 &amp;amp; LOCAL A$&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
AUTOINPUT @(20,4),A$&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''Example 2:'''  This AUTOINPUT statement inputs 3 values from the screen into variables A$, B$, and C$, respectively. &lt;br /&gt;
&lt;br /&gt;
LENGTH 5 &amp;amp; LOCAL A$, B$, C$&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
AUTOINPUT @(20,4),A$ ; @(20,5),B$ ; @(20,6),C$&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>