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 =-.
|