What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » USay 1.1

USay 1.1
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: USay 1.1
quote:
Originally posted by michaelbadichi
isnt there a foreach function (like in stl)?
That is exactly what
   for (; !i.atEnd(); i.moveNext()) {}
is for.

quote:
Originally posted by michaelbadichi
anyway, readability is a matter of opinion and coding style sometimes you better split it to several statements, especially, if iteration takes more than 1 operation. you can also add comments when you split the lines (i.e: readable comments, on a per line basis with //, rather than inside the line with /* */)
I wasn't talking about splitting lines or comments. As a matter of fact, you can do all that just the same with for() too.

And in case you meant comments about !i.atEnd() or i.moveNext(), you didn't added comments in the script for them either. If you did, I wouldn't have suggested what I suggested.

anyways...


quote:
Originally posted by michaelbadichi
but really, you are really diving into low-details, why cant you just enjoy this script as it is?
I never said I didn't enjoyed it, nor claimed it didn't work (except for that timer issue) or whatever.

I was just checking out the script to know exactly how you grabbed the font details and just wanted to give some (JScript/Plus! scripting specific) ideas/tips along the way since I was looking thru the code anyways.

---------------------

Something off-topic now:

Since you made a packet sniffer for a specific protocol message for this script, you might wanna consider changing it a bit and releasing it on its own so that people might use it as a real protocol sniffer.

You obviously already have all the needed work done, so not much needs to be changed and/or added to make something like that. Such a sniffer is asked for a lot by scripters and the only alternative scripters now have is the Xniff ActiveX. But Xniff has some serious problems and its creator has dissapeared from Earth... so...

This post was edited on 06-16-2008 at 07:28 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-16-2008 07:22 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
USay 1.1 - by michaelbadichi on 06-15-2008 at 06:38 PM
RE: USay 1.1 - by Basilis on 06-15-2008 at 07:18 PM
RE: USay 1.1 - by MrT on 06-15-2008 at 08:52 PM
RE: USay 1.1 - by CookieRevised on 06-15-2008 at 11:35 PM
RE: USay 1.1 - by mynetx on 06-16-2008 at 06:59 AM
RE: USay 1.1 - by Jimbo on 06-16-2008 at 07:05 AM
RE: USay 1.1 - by mynetx on 06-16-2008 at 09:02 AM
RE: USay 1.1 - by cokacola on 06-16-2008 at 01:58 PM
RE: RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:33 PM
RE: USay 1.1 - by Basilis on 06-16-2008 at 02:13 PM
RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:07 PM
RE: USay 1.1 - by CookieRevised on 06-16-2008 at 06:18 PM
RE: RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:24 PM
RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:18 PM
RE: USay 1.1 - by Basilis on 06-16-2008 at 06:22 PM
RE: RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:27 PM
RE: USay 1.1 - by Menthix on 06-16-2008 at 06:31 PM
RE: RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:42 PM
RE: USay 1.1 - by CookieRevised on 06-16-2008 at 06:40 PM
RE: RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 06:45 PM
RE: USay 1.1 - by CookieRevised on 06-16-2008 at 06:58 PM
RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 07:06 PM
RE: USay 1.1 - by CookieRevised on 06-16-2008 at 07:22 PM
RE: USay 1.1 - by michaelbadichi on 06-16-2008 at 07:41 PM
RE: USay 1.1 - by CookieRevised on 06-16-2008 at 09:56 PM
RE: USay 1.1 - by CyberMew on 07-02-2008 at 05:30 PM
RE: USay 1.1 - by mshaerqtr on 07-02-2008 at 08:00 PM
RE: USay 1.1 - by MrT on 07-06-2008 at 10:03 AM
RE: USay 1.1 - by michaelbadichi on 07-16-2008 at 04:20 PM
RE: USay 1.1 - by CyberMew on 08-01-2008 at 06:56 PM
RE: USay 1.1 - by Basilis on 08-01-2008 at 08:51 PM
RE: USay 1.1 - by CyberMew on 08-02-2008 at 07:42 AM
RE: USay 1.1 - by riahc4 on 08-19-2008 at 02:08 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On