<?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=PRIORITY%24</id>
		<title>PRIORITY$ - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=PRIORITY%24"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=PRIORITY$&amp;action=history"/>
		<updated>2026-05-13T01:37:35Z</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=PRIORITY$&amp;diff=1084&amp;oldid=prev</id>
		<title>Badge: New page:  == PRIORITY$ ==  &lt;pre&gt; System variable:  PRIORITY$   Length:  1   Description:              The system variable named PRIORITY$ is a one-byte string with a value ranging from &quot;00&quot; hex to ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=PRIORITY$&amp;diff=1084&amp;oldid=prev"/>
				<updated>2009-06-01T05:19:21Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  == PRIORITY$ ==  &amp;lt;pre&amp;gt; System variable:  PRIORITY$   Length:  1   Description:              The system variable named PRIORITY$ is a one-byte string with a value ranging from &amp;quot;00&amp;quot; hex to ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== PRIORITY$ ==&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
System variable:  PRIORITY$  &lt;br /&gt;
Length:  1  &lt;br /&gt;
Description: &lt;br /&gt;
            The system variable named PRIORITY$ is a one-byte string with a value ranging from &amp;quot;00&amp;quot; hex to &amp;quot;FF&amp;quot; hex. &lt;br /&gt;
            The value of PRIORITY$ represents the number of task breaks Comet will skip before reactivating the task.&lt;br /&gt;
            The higher the number, the slower this program will run relative to other programs. &lt;br /&gt;
            PRIORITY$ can be interrogated and set by an Internet Basic program.  &lt;br /&gt;
&lt;br /&gt;
Example 1: &lt;br /&gt;
            A=HEXDEC(PRIORITY$)&lt;br /&gt;
&lt;br /&gt;
            This example shows how to interrogate the system variable named PRIORITY$. &lt;br /&gt;
            In this example, the priority value is converted to decimal and moved to a numeric variable named A.  &lt;br /&gt;
&lt;br /&gt;
Example 2:  &lt;br /&gt;
            PRINT (0) &amp;quot;ENTER NEW PRIORITY (0 - 255):&amp;quot;&lt;br /&gt;
            INPUT (0) VALUE&lt;br /&gt;
            PRIORITY$ = DECHEX(VALUE,ERR)&lt;br /&gt;
&lt;br /&gt;
            This example shows how to set the PRIORITY$ value. &lt;br /&gt;
            In this program segment, the user is prompted for a new priority value. &lt;br /&gt;
            The number is entered in decimal form, converted to hex, and assigned to the system variable named PRIORITY$.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>