 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MOVEA Equivalent command in free format RPG</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/movea-equivalent-commadn-in-free-format-rpg/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/movea-equivalent-commadn-in-free-format-rpg/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 00:48:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ronkoontz</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/movea-equivalent-commadn-in-free-format-rpg/#comment-60932</link>
		<dc:creator>ronkoontz</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:01:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-60932</guid>
		<description><![CDATA[OR
D ds
D Text 10
D Arr3 1 dim(10) overlay(text:1)

D Arr1 s 1 dim(10)
D Arr2 s 1 dim(10)
D Txt1 s 10

/free
// Move one array to another
Arr2 = Arr1; Arr2 will be the same as Arr1

// Move a single string to array elements
Text = Txt1; // Arr3 will contain the original chars

// Move an array to a single string
Txt1 = Text; Txt1 will contain all the elements of Arr3]]></description>
		<content:encoded><![CDATA[<p>OR<br />
D ds<br />
D Text 10<br />
D Arr3 1 dim(10) overlay(text:1)</p>
<p>D Arr1 s 1 dim(10)<br />
D Arr2 s 1 dim(10)<br />
D Txt1 s 10</p>
<p>/free<br />
// Move one array to another<br />
Arr2 = Arr1; Arr2 will be the same as Arr1</p>
<p>// Move a single string to array elements<br />
Text = Txt1; // Arr3 will contain the original chars</p>
<p>// Move an array to a single string<br />
Txt1 = Text; Txt1 will contain all the elements of Arr3</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 267/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 03:11:35 -->