What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin API Guide

Plugin API Guide
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Plugin API Guide
Ok, but the main stuff to "change" is easy to explain. In short:
- don't use the StrComp function, you can reduce all those dead slow comparissons simply with If LCase(TheVariable) = "/xexample" Then
- don't use the IF THEN ELSEIF THEN structures, use SELECT CASE structures instead...
- the other stuff I want to comment on needs a bit more explaining though...

This post was edited on 10-07-2005 at 11:24 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-06-2005 02:16 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Plugin API Guide - by RaceProUK on 08-09-2005 at 12:49 PM
RE: Plugin API Guide - by Max on 08-09-2005 at 02:25 PM
RE: RE: Plugin API Guide - by J-Thread on 08-09-2005 at 04:05 PM
RE: Plugin API Guide - by Dempsey on 08-09-2005 at 02:29 PM
RE: Plugin API Guide - by RaceProUK on 08-13-2005 at 11:40 AM
RE: Plugin API Guide - by CookieRevised on 08-13-2005 at 01:04 PM
RE: RE: Plugin API Guide - by J-Thread on 08-15-2005 at 09:59 AM
RE: Plugin API Guide - by eSouL on 10-06-2005 at 08:23 AM
RE: Plugin API Guide - by RaceProUK on 10-06-2005 at 01:08 PM
RE: Plugin API Guide - by CookieRevised on 10-06-2005 at 02:02 PM
RE: Plugin API Guide - by eSouL on 10-06-2005 at 02:07 PM
RE: Plugin API Guide - by CookieRevised on 10-06-2005 at 02:16 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