<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/16419" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2008-12-18T19:50:05-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/16419</id>

		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-18T19:50:05-04:00</updated>

		<published>2008-12-18T19:50:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86346#p86346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86346#p86346"/>
		<title type="html"><![CDATA[adding a linefeed. and wanting ascii and chr commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86346#p86346"><![CDATA[
thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Thu Dec 18, 2008 7:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2008-12-18T08:27:35-04:00</updated>

		<published>2008-12-18T08:27:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86333#p86333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86333#p86333"/>
		<title type="html"><![CDATA[adding a linefeed. and wanting ascii and chr commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86333#p86333"><![CDATA[
<blockquote class="uncited"><div>the  scan $char "%c" int  converts to an ascii number  what  prints a char from an ascii number</div></blockquote><div class="codebox"><p>Code: </p><pre><code>set char [format %c $int]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Thu Dec 18, 2008 8:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-17T20:42:16-04:00</updated>

		<published>2008-12-17T20:42:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86322#p86322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86322#p86322"/>
		<title type="html"><![CDATA[adding a linefeed. and wanting ascii and chr commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86322#p86322"><![CDATA[
the  scan $char "%c" int  converts to an ascii number  what  prints a char from an ascii number<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Wed Dec 17, 2008 8:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-12T14:22:33-04:00</updated>

		<published>2008-12-12T14:22:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86218#p86218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86218#p86218"/>
		<title type="html"><![CDATA[adding a linefeed. and wanting ascii and chr commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86218#p86218"><![CDATA[
the \r\n did the trick  ty<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Fri Dec 12, 2008 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2008-12-12T12:29:23-04:00</updated>

		<published>2008-12-12T12:29:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86215#p86215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86215#p86215"/>
		<title type="html"><![CDATA[adding a linefeed. and wanting ascii and chr commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86215#p86215"><![CDATA[
1. Are you making this file under some Linux OS and after that u trying to look into it under windows OS?<br><br>for linux can be \n, for windows can be \r\n or just \r, try.<br><br>2. try<div class="codebox"><p>Code: </p><pre><code>set char "a" scan $char "%c" int puts $int</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Fri Dec 12, 2008 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-12T12:05:48-04:00</updated>

		<published>2008-12-12T12:05:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86214#p86214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86214#p86214"/>
		<title type="html"><![CDATA[adding a linefeed. and wanting ascii and chr commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86214#p86214"><![CDATA[
hi im using. <br>set out [open $recfile$ext w] <br>puts $out $text<br>close $out<br>everything  works in the program fine but when the textfile is opened with wordpad all the text is on 1 line. <br>what can I add to $text to make it put a linefeed or new line command  that the worpad would recognize<br><br>2.   in mirc  they  have a $chr(num) command thats prints an ascii character and a asc("char")  command  that gives u  the  ascii number of a character. does  eggdrop have such commands?<br><br>thanks  . this is a great site<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Fri Dec 12, 2008 12:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
