<?xml version="1.0"?>
<rss version="2.0">
	<channel>
	<title>Newest Comments</title>
	<link>http://www.hawkee.com</link>
	<description>Hawkee.com Comment Tracker</description>
	<language>en-us</language>

	<item>
		<title>`Green commented on mIRC Snippet: Word and Character Counter</title>
		<author>`Green</author>
		<link>http://www.hawkee.com/snippet/5523/#c49058</link>
		<description><![CDATA[oh and scakk. it stops at 4250 chars for me.]]></description>
		<pubDate>Thu, 25 Dec 2008 23:10:05 -0600</pubDate>
	</item>
	<item>
		<title>Typo commented on mIRC Snippet: Word and Character Counter</title>
		<author>Typo</author>
		<link>http://www.hawkee.com/snippet/5523/#c49010</link>
		<description><![CDATA[<span style="font-weight: bold">`Green said:</span><br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Quote:</b></span></td>	</tr>	<tr>	  <td class="quote">i don't know if i can make a word counter but i made a character counter :)</td>	</tr></table><span class="postbody"><br />
You can count words with:<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code">$numtok&#40;TEXT,32&#41;</td>	</tr></table><span class="postbody"><br />
For instance, if you type the following in mirc:<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code">//var %Words = How many words is this? | echo -a $qt&#40;%Words&#41; has $numtok&#40;%Words,32&#41; words.</td>	</tr></table><span class="postbody"><br />
You will see:<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Quote:</b></span></td>	</tr>	<tr>	  <td class="quote">&quot;How many words is this?&quot; has 5 words.</td>	</tr></table><span class="postbody"><br />
Good luck.]]></description>
		<pubDate>Wed, 24 Dec 2008 13:41:55 -0600</pubDate>
	</item>
	<item>
		<title>mountaindew commented on mIRC Snippet: Word and Character Counter</title>
		<author>mountaindew</author>
		<link>http://www.hawkee.com/snippet/5523/#c48996</link>
		<description><![CDATA[</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code"><br />
&nbsp; if &#40;$devent == sclick&#41; &#123;<br />
&nbsp; &nbsp; if &#40;$did == 2&#41; &#123; did -r CC 1 &#125;<br />
&nbsp; &#125;<br />
&nbsp; if &#40;$devent == sclick&#41; &#123;<br />
&nbsp; &nbsp; if &#40;$did == 3&#41; &#123; dialog -x cc cc &#125;<br />
&nbsp; &#125;<br />
</td>	</tr></table><span class="postbody"><br />
You could combine the two if's<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code"><br />
if &#40;$devent == sclick&#41; &#123;<br />
&nbsp; if &#40;$did == 2&#41; did -r CC 1<br />
&nbsp; if &#40;$did == 3&#41; did -x cc cc<br />
&#125;<br />
</td>	</tr></table><span class="postbody">]]></description>
		<pubDate>Wed, 24 Dec 2008 09:06:30 -0600</pubDate>
	</item>
	<item>
		<title>Scakk commented on mIRC Snippet: Word and Character Counter</title>
		<author>Scakk</author>
		<link>http://www.hawkee.com/snippet/5523/#c48995</link>
		<description><![CDATA[It stops adding at 949 even though you can continue to add to the edit box.]]></description>
		<pubDate>Wed, 24 Dec 2008 08:58:49 -0600</pubDate>
	</item>
	<item>
		<title>^Neptune commented on mIRC Snippet: Word and Character Counter</title>
		<author>^Neptune</author>
		<link>http://www.hawkee.com/snippet/5523/#c48991</link>
		<description><![CDATA[Eh, it works I guess. You could expand it alot more by using a multi-line edit box for people to count essays, etc. Also, I think it would look cooler changing the length not on sclick, but on edit of the text box itself.<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code"><br />
&nbsp; did -ra cc 5 $len&#40; $+ $did&#40;1&#41;.text $+ &#41;<br />
</td>	</tr></table><span class="postbody"><br />
<br />
Could just be<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr> 	  <td><span class="genmed"><b>Code:</b></span></td>	</tr>	<tr>	  <td class="code"><br />
&nbsp; did -ra cc 5 $len&#40;$did&#40;1&#41;&#41;<br />
</td>	</tr></table><span class="postbody"><br />
<br />
Don't see why you put the $+ in there :x.]]></description>
		<pubDate>Wed, 24 Dec 2008 08:11:55 -0600</pubDate>
	</item>

	</channel>
</rss>


