<?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%2Fpcomm</id>
		<title>IB Statements/pcomm - 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%2Fpcomm"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/pcomm&amp;action=history"/>
		<updated>2026-05-03T20:44:49Z</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/pcomm&amp;diff=435&amp;oldid=prev</id>
		<title>Badge: New page: '''PCOMM function'''   '''Syntax:'''  PCOMM(partition [,EXCP=statement-label])    '''Discussion:'''  The PCOMM function returns the first 255 bytes (254 data bytes plus 1 length byte) of C...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/pcomm&amp;diff=435&amp;oldid=prev"/>
				<updated>2009-05-22T11:16:28Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;PCOMM function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  PCOMM(partition [,EXCP=statement-label])    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The PCOMM function returns the first 255 bytes (254 data bytes plus 1 length byte) of C...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''PCOMM function'''&lt;br /&gt;
 &lt;br /&gt;
'''Syntax:'''  PCOMM(partition [,EXCP=statement-label])  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The PCOMM function returns the first 255 bytes (254 data bytes plus 1 length byte) of COMMON data from a specified partition. &lt;br /&gt;
&lt;br /&gt;
The partition parameter may be a string constant, a single-element string variable, a string array element, a string expression, or a string function in the format &amp;quot;Pnn&amp;quot; (where &amp;quot;nn&amp;quot; is a numeric value from &amp;quot;00&amp;quot; to &amp;quot;99&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
'''Note:''' If the named partition has no COMMON, the PCOMM function returns a null value. &lt;br /&gt;
&lt;br /&gt;
The EXCP= parameter is used to specify an exception path in case an invalid partition name is specified. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''&lt;br /&gt;
  LENGTH 254 &amp;amp; LOCAL DATA$&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  DATA$ = PCOMM(&amp;quot;P05&amp;quot;,EXCP=500)&lt;br /&gt;
&lt;br /&gt;
In the above example, the PCOMM function will return the first 255 bytes of COMMON data from partition &amp;quot;P05&amp;quot;. This data will be stored in the string variable named DATA$ (254 data bytes and one length byte).&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>