What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Strange Plug-in request...
Check out this thread. http://shoutbox.menthix.net/showthread.php?tid=301 51&page=1 Here is a direct link to the download. http://shoutbox.menthix.net/attachment.php?pid=294 309
Grinder911Plug-Ins11-23-2004 at 09:19 PM
RE: Case talker
I was able to figure out the simple version but I wanted to add the option of using a capital letter by typing a lowercase one. Pretty much what I wanted was something that would swap both cases - lower to upper and upper to lower.
Grinder911Plug-Ins09-19-2004 at 12:10 AM
RE: Case talker
I altered the talker.alternating.vbs and came up with this: Function talker(input) For i = 1 To Len(input) keyvalue = Asc(Mid(input, i, 1)) If (keyvalue >= 96 And keyvalue < 96 + 27) Or (keyvalue >= 64 And keyvalue < 64 + 27) Then...
Grinder911Plug-Ins09-18-2004 at 10:47 PM
RE: Case talker
Thanx. I think I've almost got it figured out.
Grinder911Plug-Ins09-18-2004 at 08:50 PM
Case talker
How simple would it be to make a talker that converts uppercase characters to lowercase? At my work everything is in uppercase so I'm constantly having to change back and forth so my contacts don't think I'm yelling at them. I'll also forget to...
Grinder911Plug-Ins09-18-2004 at 08:36 PM
[Hide Excerpts]