<?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%2Fstring</id>
		<title>IB Statements/string - 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%2Fstring"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/string&amp;action=history"/>
		<updated>2026-04-25T16:33:10Z</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/string&amp;diff=438&amp;oldid=prev</id>
		<title>Badge: New page: '''STRING function'''   '''Syntax:'''  STRING(string-argument, numeric-argument)    '''Discussion:'''  The STRING function assembles a string of identical characters of specified length.  ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/string&amp;diff=438&amp;oldid=prev"/>
				<updated>2009-05-22T11:27:22Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;STRING function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  STRING(string-argument, numeric-argument)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The STRING function assembles a string of identical characters of specified length.  ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''STRING function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  STRING(string-argument, numeric-argument)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The STRING function assembles a string of identical characters of specified length. &lt;br /&gt;
&lt;br /&gt;
The character is determined by the string-argument, and the number of characters assembled is determined by the numeric-argument (or the defined length of the receiving string, whichever is smaller). &lt;br /&gt;
&lt;br /&gt;
If the string-argument contains more than one character, only the first character is used to build a repeating string. &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;
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;
'''Note:'''  If the numeric-argument has a value less than 1, the resulting string length will be zero. If the numeric-argument has a value greater than 254, the resulting string length will be 254 (the maximum length of any string in Internet Basic). &lt;br /&gt;
&lt;br /&gt;
If the string-argument has a current length of zero, blanks (hex &amp;quot;@20@&amp;quot;) will be used as the repeat character. &lt;br /&gt;
 &lt;br /&gt;
 Example:  LENGTH 80 &amp;amp; LOCAL STARS$&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 STARS$ = STRING(&amp;quot;*&amp;quot;,80)&lt;br /&gt;
&lt;br /&gt;
In the above example, the string variable STARS$ is assigned a value of 80 asterisks. It is assumed that STARS$ is defined with a length of at least 80. If STARS$ is defined with a smaller length, it will be filled completely with asterisks.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>