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

	<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>2005-01-15T16:50:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[l337]]></name></author>
		<updated>2005-01-15T16:50:32-04:00</updated>

		<published>2005-01-15T16:50:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45424#p45424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45424#p45424"/>
		<title type="html"><![CDATA[Replacing in a variable a word by a value of another var..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45424#p45424"><![CDATA[
working, thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5895">l337</a> — Sat Jan 15, 2005 4:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-01-15T16:48:35-04:00</updated>

		<published>2005-01-15T16:48:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45423#p45423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45423#p45423"/>
		<title type="html"><![CDATA[Replacing in a variable a word by a value of another var..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45423#p45423"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set var3 [string map [list "Salut" $var_replace] $var1]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jan 15, 2005 4:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l337]]></name></author>
		<updated>2005-01-15T16:38:27-04:00</updated>

		<published>2005-01-15T16:38:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45422#p45422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45422#p45422"/>
		<title type="html"><![CDATA[Replacing in a variable a word by a value of another var..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45422#p45422"><![CDATA[
Hello:)<br>this is my code :<div class="codebox"><p>Code: </p><pre><code>bind pub - !try tryproc try {nick uhost hand chan arg} {set var1 "Salut ca va bien et toi"set var2 [string map {"Salut" "Aurevoir"} $var1]set var_replace "erf"set var3 [string map {"Salut" $var_replace} $var1]putquick "PRIVMSG $chan :$var1 devient $var2 qui devient $var3"}</code></pre></div>and it say :<br>Salut ca va bien et toi devient Aurevoir ca va bien et toi qui devient ${var_replace} ca va bien et toi<br><br>and he didn't replace Salut by the value of $var_replace <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>anyone know pls ?<br>thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5895">l337</a> — Sat Jan 15, 2005 4:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
