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

	<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-02-26T11:37:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-02-26T11:37:45-04:00</updated>

		<published>2008-02-26T11:37:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81180#p81180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81180#p81180"/>
		<title type="html"><![CDATA[What are the TCL equivalents of these mIRC variables?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81180#p81180"><![CDATA[
Isn't $+ used as some strange token to concat two strings? Ie when you need to combine a variable with a constant text without any space inbetween?<br>If so, there is no tcl-equivialence. Closest thing might be to enclose complex variable-names within {}.<br><div class="codebox"><p>Code: </p><pre><code>abc $+ $1 $+ def</code></pre></div>Would simply be one of the below, depending on "point of view", with the first one being what you'd use to get info from a .dcc commandline, and second a more generic function call.<div class="codebox"><p>Code: </p><pre><code>"abc[lindex [split $variable] 0]def""abc${variable1}def"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Feb 26, 2008 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-02-26T08:07:30-04:00</updated>

		<published>2008-02-26T08:07:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81174#p81174</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81174#p81174"/>
		<title type="html"><![CDATA[What are the TCL equivalents of these mIRC variables?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81174#p81174"><![CDATA[
$+ depends on what you name your variable in tcl (it's $variableName)<br>$N+ is [join [lrange [split $variable] N end]]<br>$1 is [lindex [split $variable] 0]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Feb 26, 2008 8:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EnglishExpress]]></name></author>
		<updated>2008-02-26T08:04:41-04:00</updated>

		<published>2008-02-26T08:04:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81173#p81173</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81173#p81173"/>
		<title type="html"><![CDATA[What are the TCL equivalents of these mIRC variables?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81173#p81173"><![CDATA[
$+  $1<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9228">EnglishExpress</a> — Tue Feb 26, 2008 8:04 am</p><hr />
]]></content>
	</entry>
	</feed>
