<?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%2Fmove</id>
		<title>IB Statements/move - 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%2Fmove"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/move&amp;action=history"/>
		<updated>2026-05-04T19:39:00Z</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/move&amp;diff=4146&amp;oldid=prev</id>
		<title>Barb at 16:17, 10 November 2017</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/move&amp;diff=4146&amp;oldid=prev"/>
				<updated>2017-11-10T16:17:17Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 16:17, 10 November 2017&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 9:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 9:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;String-argument-2 must be a string variable. &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;String-argument-2 must be a string variable. &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The starting position and length are numeric values. They may be numeric constants&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;, &lt;/del&gt;single element numeric variables&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;, numeric array elements, numeric expressions, or numeric functions&lt;/del&gt;. The starting position is the position in the second string argument into which the characters from the first string argument are to be moved. The length is the number of characters to be moved. &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The starting position and length are numeric values. They may be numeric constants &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;or &lt;/ins&gt;single element numeric variables. The starting position is the position in the second string argument into which the characters from the first string argument are to be moved. The length is the number of characters to be moved. &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Example:'''&amp;nbsp; MOVE(A$,B$,2,3)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Example:'''&amp;nbsp; MOVE(A$,B$,2,3)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If A$ = &amp;quot;ABCDEFG&amp;quot; and B$ = &amp;quot;123456789&amp;quot;, after the move operation, A$ will be &amp;quot;ABCDEFG&amp;quot; and B$ will be &amp;quot;1ABC56789&amp;quot;.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If A$ = &amp;quot;ABCDEFG&amp;quot; and B$ = &amp;quot;123456789&amp;quot;, after the move operation, A$ will be &amp;quot;ABCDEFG&amp;quot; and B$ will be &amp;quot;1ABC56789&amp;quot;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wikidb:diff:version:1.11a:oldid:432:newid:4146 --&gt;
&lt;/table&gt;</summary>
		<author><name>Barb</name></author>	</entry>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/move&amp;diff=432&amp;oldid=prev</id>
		<title>Badge: New page: '''MOVE statement'''   '''Syntax:'''  MOVE (string-argument-1, string-argument-2, starting-position, length)    '''Discussion:'''  The MOVE statement moves a specified number of characters...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/move&amp;diff=432&amp;oldid=prev"/>
				<updated>2009-05-22T11:10:32Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;MOVE statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  MOVE (string-argument-1, string-argument-2, starting-position, length)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The MOVE statement moves a specified number of characters...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''MOVE statement''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  MOVE (string-argument-1, string-argument-2, starting-position, length)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The MOVE statement moves a specified number of characters from one string into another string, starting at a specified location in the second string. &lt;br /&gt;
&lt;br /&gt;
String-argument-1 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;
String-argument-2 must be a string variable. &lt;br /&gt;
&lt;br /&gt;
The starting position and length are numeric values. They may be numeric constants, single element numeric variables, numeric array elements, numeric expressions, or numeric functions. The starting position is the position in the second string argument into which the characters from the first string argument are to be moved. The length is the number of characters to be moved. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''  MOVE(A$,B$,2,3)&lt;br /&gt;
&lt;br /&gt;
If A$ = &amp;quot;ABCDEFG&amp;quot; and B$ = &amp;quot;123456789&amp;quot;, after the move operation, A$ will be &amp;quot;ABCDEFG&amp;quot; and B$ will be &amp;quot;1ABC56789&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>