<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.fenixdocs.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>NET Separator - Revision history</title>
		<link>http://www.fenixdocs.com/index.php?title=NET_Separator&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Sat, 02 May 2026 15:34:00 GMT</lastBuildDate>
		<item>
			<title>Sandman: New page: Category:functions Category:networkdll Category:dll  '''Up to Network.DLL Functions''' ----   ==Definition== '''INT''' NET_Separator ( &lt;'''WORD'...</title>
			<link>http://www.fenixdocs.com/index.php?title=NET_Separator&amp;diff=3611&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Functions&quot; title=&quot;Category:Functions&quot;&gt;Category:functions&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Networkdll&quot; title=&quot;Category:Networkdll&quot;&gt;Category:networkdll&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Dll&quot; title=&quot;Category:Dll&quot;&gt;Category:dll&lt;/a&gt;  &lt;a href=&quot;/index.php/Functioncategory:Networkdll&quot; title=&quot;Functioncategory:Networkdll&quot;&gt;'''Up to Network.DLL Functions'''&lt;/a&gt; ----   ==Definition== '''INT''' NET_Separator ( &amp;lt;'''WORD'...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:networkdll]]&lt;br /&gt;
[[Category:dll]]&lt;br /&gt;
&lt;br /&gt;
[[Functioncategory:Networkdll|'''Up to Network.DLL Functions''']]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' NET_Separator ( &amp;lt;'''WORD''' connection&amp;gt; , &amp;lt;'''STRING''' separator&amp;gt; , &amp;lt;'''BYTE''' length&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Specifies a separation string. Messages will be separated where this string is found. This is useful for various reasons. Like making an IRC client, you can do:&lt;br /&gt;
 NET_Separator( netid , chr(13)+chr(10) , 2 );&lt;br /&gt;
IRC uses the ending string \r\n (carriagereturn and newline), so now the incoming messages will be automatically separated.&lt;br /&gt;
&lt;br /&gt;
Maximum length is 255 characters.&lt;br /&gt;
&lt;br /&gt;
NET_Separator( &amp;lt;'''WORD''' connection&amp;gt; ) equals [[NET_GetSeparator]]( &amp;lt;'''WORD''' connection&amp;gt; ).&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| &lt;br /&gt;
| '''WORD''' connection || - The connection identifier.&lt;br /&gt;
|-&lt;br /&gt;
| '''STRING''' separator || - The separation string. Specify 0 for normal operation, thus without separation.&lt;br /&gt;
|-&lt;br /&gt;
| '''BYTE''' length || - The length of the separation string.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''' : [[NET_ERRORCODES|Network.DLL Errorcode]]&lt;br /&gt;
{| &lt;br /&gt;
| NET_ERROR_INVALIDCONN || - The connection is invalid.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_CONNINACTIVE || - The connection is inactive.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_NONE || - No error.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Netfuncbox}}&lt;/div&gt;</description>
			<pubDate>Tue, 02 Oct 2007 12:53:31 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://www.fenixdocs.com/index.php/Talk:NET_Separator</comments>		</item>
	</channel>
</rss>