<?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%3AStorepic</id>
	<title>TI-BASIC:Storepic - 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%3AStorepic"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Storepic&amp;action=history"/>
	<updated>2026-04-30T01:26:35Z</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:Storepic&amp;diff=1032&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:Storepic&amp;diff=1032&amp;oldid=prev"/>
		<updated>2016-02-24T18:31:08Z</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=STOREPIC.GIF&lt;br /&gt;
|summary=Stores the graph screen to a picture (one of Pic1, Pic2, ..., Pic0)&lt;br /&gt;
|syntax=StorePic &amp;#039;&amp;#039;number&amp;#039;&amp;#039;&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2nd DRAW to access the draw menu.&lt;br /&gt;
# LEFT to access the STO submenu.&lt;br /&gt;
# ENTER to select StorePic&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
StorePic saves the graph screen to a picture (to recall it later, use RecallPic). Every detail of the graph screen will be stored as it appears, with the sole exception of X and Y labels on the axes (if they are shown).&lt;br /&gt;
&lt;br /&gt;
The number passed to StorePic must be one of 0 through 9. It has to be a number: StorePic X will not work, even if X contains a value 0 through 9.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
A combination of StorePic and RecallPic can be used to maintain a background over which another [[TI-BASIC:Glossary#s|sprite]] moves:&lt;br /&gt;
&lt;br /&gt;
First, draw the background, and save it to a picture file with StorePic.&lt;br /&gt;
Next, draw the sprite to the screen.&lt;br /&gt;
When you want to move the sprite, erase it, then use RecallPic to draw the background again.&lt;br /&gt;
Then draw the sprite to its new location on the screen again (this can be done before or after using RecallPic).&lt;br /&gt;
&lt;br /&gt;
Also, if a screen in your program takes more than a second to draw, and is displayed several times, you might want to consider storing it to a picture the first time it&amp;#039;s drawn, and then recalling it every next time you want to draw it.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#datatype|ERR:DATA TYPE]]&amp;#039;&amp;#039;&amp;#039; is thrown if the argument is not a &amp;#039;&amp;#039;&amp;#039;number&amp;#039;&amp;#039;&amp;#039; 0 through 9.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Clrdraw|ClrDraw]]&lt;br /&gt;
* [[TI-BASIC:Recallpic|RecallPic]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>