<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AGet</id>
	<title>TI-BASIC:Get - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AGet"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Get&amp;action=history"/>
	<updated>2026-04-18T00:43:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Get&amp;diff=1119&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Get&amp;diff=1119&amp;oldid=prev"/>
		<updated>2016-02-24T18:35:35Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=GET.GIF&lt;br /&gt;
|summary=Gets a variable&amp;#039;s value from a connected calculator or CBL device.&lt;br /&gt;
|syntax=Get(&amp;#039;&amp;#039;variable&amp;#039;&amp;#039;)&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# PRGM to access the program menu.&lt;br /&gt;
# RIGHT to access the I/O menu.&lt;br /&gt;
# ALPHA A to select Get(.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Get( command is meant for use with the CBL (Calculator Based Laboratory) device, or other compatible devices. When the calculator is connected by a link cable to such a device, Get(&amp;#039;&amp;#039;variable&amp;#039;&amp;#039;) will read data from the device and store it to &amp;#039;&amp;#039;variable&amp;#039;&amp;#039;. Usually, this data is a list, and so you want to Get(L1) or some other list variable.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
In fact, the Get( command can also be used for linking two calculators, in which case it functions precisely like [[TI-BASIC:Getcalc|GetCalc(]]. This is probably for compatibility with the TI-82, which used Get( rather than GetCalc( for linking two calculators. However, since this isn&amp;#039;t a documented feature (in fact, your TI-83+ manual will insist that Get( &amp;#039;&amp;#039;&amp;#039;cannot&amp;#039;&amp;#039;&amp;#039; be used in this way), it isn&amp;#039;t guaranteed to work with future calculator versions.&lt;br /&gt;
&lt;br /&gt;
= Optimization =&lt;br /&gt;
&lt;br /&gt;
Nevertheless, using Get( instead of GetCalc( will make your program smaller, and probably preserve functionality.&lt;br /&gt;
&lt;br /&gt;
= Norland Robot =&lt;br /&gt;
The get command is usually used after a send command to confirm its transmission like this: get(var). The variable in the parentheses is where the time of the robot&amp;#039;s movement is stored. You can display the time moved with a disp command.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Getcalc|GetCalc(]]&lt;br /&gt;
* [[TI-BASIC:Send|Send(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>