<?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/13778" />

	<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>2007-07-19T06:48:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-07-19T06:48:41-04:00</updated>

		<published>2007-07-19T06:48:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74565#p74565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74565#p74565"/>
		<title type="html"><![CDATA[Formatted Text output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74565#p74565"><![CDATA[
A fresh copy of mIRC won't truncate the tabs so \t should work properly. If you're using a custom theme or script, these usually truncate all extra spaces down to 1.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jul 19, 2007 6:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-07-19T05:55:15-04:00</updated>

		<published>2007-07-19T05:55:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74564#p74564</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74564#p74564"/>
		<title type="html"><![CDATA[Formatted Text output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74564#p74564"><![CDATA[
\t and \011 would produce the same character, being the "normal" tab character. I do not know which character mirc might be using for tabs or spaces (been way too long since I messed with mirc).<br><br>However, if you're able to generate the character from within mirc, you could use this tiny piece of code to get the decimal value of that character (requires that you enable the .tcl-command unfortunately):<div class="codebox"><p>Code: </p><pre><code>.tcl scan "your_char_here" "%c"</code></pre></div>Or this to convert it to an octal value:<div class="codebox"><p>Code: </p><pre><code>.tcl format "%03o" [scan "your_char_here" "%c"]</code></pre></div>One third option (which is used with eggdrop's help-system), is to simply count the number of characters in a column, and add just the right amount of spaces to reach the next column. Abit messy, and not so pretty, but it does work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Jul 19, 2007 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-18T20:51:10-04:00</updated>

		<published>2007-07-18T20:51:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74548#p74548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74548#p74548"/>
		<title type="html"><![CDATA[Re: Formatted Text output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74548#p74548"><![CDATA[
<blockquote class="uncited"><div>Hi Guys,<br><br>what is the equivalent for the mIRC tab character in tcl, i tried using \t but it seem that the mirc client isn't understanding it.<br><br>Thanks</div></blockquote>Here you go:<br><div class="codebox"><p>Code: </p><pre><code>.tcl string map {"\011" ""} "dfdsfssdfsdfewrwefd"Tcl: dfdsfssdfsdfewrwefd</code></pre></div><em class="text-italics">You can represent the tab character in ASCII octal format:</em> <strong class="text-strong"><span style="color:red">\011</span></strong><br>Taken from: <span style="color:blue"><a href="http://www.asciitable.com/" class="postlink">http://www.asciitable.com/</a></span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 18, 2007 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-07-18T19:59:18-04:00</updated>

		<published>2007-07-18T19:59:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74542#p74542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74542#p74542"/>
		<title type="html"><![CDATA[Formatted Text output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74542#p74542"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.fixcodes</code></pre></div>The above may or may not sort something out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jul 18, 2007 7:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2007-07-18T12:06:47-04:00</updated>

		<published>2007-07-18T12:06:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74516#p74516</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74516#p74516"/>
		<title type="html"><![CDATA[Formatted Text output]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74516#p74516"><![CDATA[
Hi Guys,<br><br>what is the equivalent for the mIRC tab character in tcl, i tried using \t but it seem that the mirc client isn't understanding it.<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Wed Jul 18, 2007 12:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
