<?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%2Fasc</id>
		<title>IB Statements/asc - 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%2Fasc"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/asc&amp;action=history"/>
		<updated>2026-05-04T20:38:01Z</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/asc&amp;diff=401&amp;oldid=prev</id>
		<title>Badge: New page: '''ASC function'''   '''Syntax:'''  ASC(string-argument)    '''Discussion:'''  The ASC function returns the decimal value of the first byte of the string-argument using the 8-bit ASCII cod...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/asc&amp;diff=401&amp;oldid=prev"/>
				<updated>2009-05-22T08:38:20Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;ASC function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  ASC(string-argument)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The ASC function returns the decimal value of the first byte of the string-argument using the 8-bit ASCII cod...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''ASC function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  ASC(string-argument)&lt;br /&gt;
  &lt;br /&gt;
'''Discussion:'''  The ASC function returns the decimal value of the first byte of the string-argument using the 8-bit ASCII code. &lt;br /&gt;
&lt;br /&gt;
The string-argument may be a string constant, a single-element string variable, a string array element, a string expression, or a string function. &lt;br /&gt;
&lt;br /&gt;
'''Note:''' If the string-argument contains more than one character, only the first byte of the string-argument is evaluated for conversion. &lt;br /&gt;
&lt;br /&gt;
The resultant value for any non-null string is always a numeric value from 0 through 255. The value that results for any null string is always -1. &lt;br /&gt;
&lt;br /&gt;
The intermediate result of the ASC function is stored in an accumulator with a precision of 16.0. If this intermediate result is then moved into a receiving numeric variable, its precision is adjusted to the defined precision of that variable. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''  VALUE = ASC(&amp;quot;SIGNATURE&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
In this example, the first byte of the string &amp;quot;SIGNATURE&amp;quot; (i.e., the letter &amp;quot;S&amp;quot;) is converted to its decimal ASCII equivalent, namely 83. This value is stored in the variable VALUE.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>