<?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%2Fchksum</id>
		<title>IB Statements/chksum - 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%2Fchksum"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/chksum&amp;action=history"/>
		<updated>2026-05-13T01:38:26Z</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/chksum&amp;diff=422&amp;oldid=prev</id>
		<title>Badge: New page: '''CHKSUM function'''   '''Syntax:'''  CHKSUM(string-argument)    '''Discussion:'''  The CHKSUM function returns the block check character (BCC) for the specified string-argument.  The str...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/chksum&amp;diff=422&amp;oldid=prev"/>
				<updated>2009-05-22T10:47:33Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;CHKSUM function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  CHKSUM(string-argument)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The CHKSUM function returns the block check character (BCC) for the specified string-argument.  The str...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''CHKSUM function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  CHKSUM(string-argument)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The CHKSUM function returns the block check character (BCC) for the specified string-argument. &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. It may be from 1 to 254 characters long. &lt;br /&gt;
&lt;br /&gt;
'''Note:''' The CHKSUM function uses the same check sum algorithm that is used by Comet's terminal protocol. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''&lt;br /&gt;
  LENGTH 1 &amp;amp; LOCAL VALUE$&lt;br /&gt;
  .&lt;br /&gt;
  VALUE$ = CHKSUM(DATA$)&lt;br /&gt;
&lt;br /&gt;
In the above example, the CHKSUM function will return the block check character for the data value stored in the string variable DATA$. This block check character will be stored in the string variable VALUE$.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>