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

Case talker
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Case talker
quote:
Originally posted by Mike2
Copy and paste this into notepad then save it with the name talker.lowercase.vbs in your stuff-plug.
Do NOT... This will NOT work.
1) IF it worked, then the only thing that will do is lower casing the whole string but ONLY if the whole string was uppercased. If he pressed Shift for the first letter (and thus he has something like "hOW ARE YOU") then the function will return just the same...
2) "talker = talker" ? You can't do that (in any language).

quote:
Originally posted by Mike2
Note!: This will declare the variables as variant!
They should be like this: Dim i as integer, Str As string, Char As string.
No... wrong.
1) If you don't use Dim then the variables are declared as variants anyway! But omitting the Dim statement in your projects is a bad habit.
2) Furthermore, variables in VBScript are always of the variant type
3) declaring a variable "dim x as y" is invalid in VBScript because of this and will produce an error...

quote:
Originally posted by Mike2
But i dont know much vbscript...
(or programming it seems) (edit: uncalled for) Then do NOT suggest things, both your script and comments consist of errors.

This post was edited on 09-19-2004 at 12:28 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-19-2004 10:32 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Case talker - by Grinder911 on 09-18-2004 at 08:36 PM
RE: Case talker - by Grinder911 on 09-18-2004 at 08:50 PM
RE: Case talker - by Martijn. on 09-18-2004 at 09:54 PM
RE: Case talker - by Grinder911 on 09-18-2004 at 10:47 PM
RE: Case talker - by Grinder911 on 09-19-2004 at 12:10 AM
RE: Case talker - by CookieRevised on 09-19-2004 at 01:35 AM
RE: Case talker - by Mike on 09-19-2004 at 06:10 AM
RE: Case talker - by CookieRevised on 09-19-2004 at 10:32 AM
RE: Case talker - by CookieRevised on 09-19-2004 at 12:23 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