<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[REXYGEN Community Forum / REXLANG parse buffer]]></title>
	<link rel="self" href="https://www.rexygen.com/oldforum/extern.php?action=feed&amp;tid=356&amp;type=atom"/>
	<link href="http://www.rexygen.com/oldforum/viewtopic.php?id=356"/>
	<updated>2017-05-04T20:05:40Z</updated>
	<generator>FluxBB</generator>
	<id>http://www.rexygen.com/oldforum/viewtopic.php?id=356</id>
	<entry>
		<title type="html"><![CDATA[Re: REXLANG parse buffer]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1599#p1599"/>
		<content type="html"><![CDATA[<p>Glad I could help.</p><p>Look for</p><div class="codebox"><pre><code>double str2double(str)</code></pre></div><p>in order to convert string to double.</p><p>Regards, Tomas</p>]]></content>
		<author>
			<name><![CDATA[tomáš čechura]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=39</uri>
		</author>
		<updated>2017-05-04T20:05:40Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1599#p1599</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: REXLANG parse buffer]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1598#p1598"/>
		<content type="html"><![CDATA[<p>Thank you.</p><p>Any suggestions how to convert resulting string to double?</p>]]></content>
		<author>
			<name><![CDATA[uhnila_malina]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=153</uri>
		</author>
		<updated>2017-05-04T07:36:42Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1598#p1598</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: REXLANG parse buffer]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1597#p1597"/>
		<content type="html"><![CDATA[<p>Hi,</p><p>I would suggest to use</p><div class="codebox"><pre><code>long Read(long handle, string data[], long count)</code></pre></div><p>to read the data from socket directly to String variable.</p><p>Data can be parsed using&#160; String oriented functions such as:</p><div class="codebox"><pre><code>long strfind(str,substr); // find space occurrence
string strsub(str,idx,len); // parse number</code></pre></div><p>Hope it will guide you to the right direction.</p><p>If you require any further information, let me know.</p><p>Regards, Tomas</p>]]></content>
		<author>
			<name><![CDATA[tomáš čechura]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=39</uri>
		</author>
		<updated>2017-05-03T20:43:24Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1597#p1597</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[REXLANG parse buffer]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1595#p1595"/>
		<content type="html"><![CDATA[<p>I&#039;m using read function to receive data from socket.</p><div class="codebox"><pre><code>Read(socket, buffer, 1000);</code></pre></div><p>Here is an exapmle of recived data.</p><div class="codebox"><pre><code>+00.014 +00.321 +09.878 +00.000 -00.007 -00.001 +01.076 +08.606 +20.051 000016350 146803493</code></pre></div><p>Is it posible to separate each nuber by using GetExtDouble();??? How??</p>]]></content>
		<author>
			<name><![CDATA[uhnila_malina]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=153</uri>
		</author>
		<updated>2017-05-02T12:16:12Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1595#p1595</id>
	</entry>
</feed>
