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

	<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>2004-01-07T03:34:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cvanmeer]]></name></author>
		<updated>2004-01-07T03:34:08-04:00</updated>

		<published>2004-01-07T03:34:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32296#p32296</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32296#p32296"/>
		<title type="html"><![CDATA[length of a variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32296#p32296"><![CDATA[
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=4215">cvanmeer</a> — Wed Jan 07, 2004 3:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-06T16:44:45-04:00</updated>

		<published>2004-01-06T16:44:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32288#p32288</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32288#p32288"/>
		<title type="html"><![CDATA[length of a variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32288#p32288"><![CDATA[
It's simple.. I have a line let's call it myline formed this "qwertyuiopasdfghjklzxcvbnm" .. this in tcl will be set myline "qwertyuiopasdfghjklzxcvbnm". Now I want to get from that line a range of characters from 0 to let's say 10, then I'll use "string range $myline 0 10" and I'll get as an result "qwertyuiopa"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 06, 2004 4:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cvanmeer]]></name></author>
		<updated>2004-01-06T16:32:46-04:00</updated>

		<published>2004-01-06T16:32:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32286#p32286</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32286#p32286"/>
		<title type="html"><![CDATA[length of a variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32286#p32286"><![CDATA[
I've checked it out be-4 I posted it here, I can't seem to make it work<br><br>could you give me an example script line?<br><br>thx<br>Chrizz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4215">cvanmeer</a> — Tue Jan 06, 2004 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-06T16:29:00-04:00</updated>

		<published>2004-01-06T16:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32285#p32285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32285#p32285"/>
		<title type="html"><![CDATA[length of a variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32285#p32285"><![CDATA[
Check the <a href="http://tcl.activestate.com/man/tcl8.3/TclCmd/string.htm#M40" class="postlink">string range</a> manual..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 06, 2004 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cvanmeer]]></name></author>
		<updated>2004-01-06T16:26:00-04:00</updated>

		<published>2004-01-06T16:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32284#p32284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32284#p32284"/>
		<title type="html"><![CDATA[length of a variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32284#p32284"><![CDATA[
Hi all,<br><br>I have a question.<br>Let's say I have a variable that outputs news posts.<br>But I only want to display the first 40 characters + "..."<br><br>example:<br>sifhkshsdlgksdg;lsfgjewpogjeposdopbnkhfsidfhsifoswiofsnfoiansfioan<br><br>must become:<br>sifhkshsdlgksdg;lsfgjewpogjepos...<br><br>or something like that.<br><br>can someone help me?<br><br>I've searched in the forum for something like this, but could not find anything.<br><br>thx<br><br>Chrizz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4215">cvanmeer</a> — Tue Jan 06, 2004 4:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
