<?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%2Fdechex</id>
		<title>IB Statements/dechex - 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%2Fdechex"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/dechex&amp;action=history"/>
		<updated>2026-05-03T20:49:42Z</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/dechex&amp;diff=424&amp;oldid=prev</id>
		<title>Badge: New page: '''DECHEX function'''   '''Syntax:'''  DECHEX(numeric-argument, numeric-error-argument)    '''Discussion:'''  The DECHEX function converts a decimal number to its hexadecimal string equiva...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/dechex&amp;diff=424&amp;oldid=prev"/>
				<updated>2009-05-22T10:52:56Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;DECHEX function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  DECHEX(numeric-argument, numeric-error-argument)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The DECHEX function converts a decimal number to its hexadecimal string equiva...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''DECHEX function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  DECHEX(numeric-argument, numeric-error-argument)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The DECHEX function converts a decimal number to its hexadecimal string equivalent. &lt;br /&gt;
&lt;br /&gt;
The numeric-argument represents the value to be converted. It may be a constant or variable. The value of the numeric-argument may not exceed 65,535 (i.e., hex &amp;quot;@FFFF@&amp;quot;). The numeric-argument may be a numeric constant, a single-element numeric variable, a numeric array element, a numeric expression, or a numeric function. &lt;br /&gt;
&lt;br /&gt;
The numeric-error-argument reports the success or failure of the conversion. It is set to 1 if there is a conversion error; otherwise, it is set to 0. The numeric-error-argument must be a single-element numeric variable or a numeric array element. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''  X$ = DECHEX(NUM,ERR)&lt;br /&gt;
&lt;br /&gt;
In the above example, the value of the numeric variable NUM is used to establish the equivalent hex string and the resulting value is stored in X$. The variable ERR reports on the success or failure of the conversion. &lt;br /&gt;
&lt;br /&gt;
For example, if NUM equals 255, X$ will equal &amp;quot;@FF@&amp;quot; (the hex equivalent of 255), and ERR will equal 0 (indicating a successful conversion). &lt;br /&gt;
&lt;br /&gt;
Or, if NUM equals 12,345, X$ will equal &amp;quot;@3039@&amp;quot; (the hex equivalent of 12,345), and ERR will equal 0.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>