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:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: Case talker
Uhhhh try this:
code:
Function talker(input)

If input = UCase(input) Then
talker = LCase(input)
Else
talker = talker
End if
End Function
Copy and paste this into notepad then save it with the name talker.lowercase.vbs in your stuff-plug.
quote:
Originally posted by CookieRevised
Dim i, Str, Char
Note!: This will declare the variables as variant!
They should be like this: Dim i as integer, Str As string, Char As string
But i dont know much vbscript...
YouTube closed-captions ripper (also allows you to download videos!)
09-19-2004 06:10 AM
Profile E-Mail PM Web 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