What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Another StuffPlug NG question...

Another StuffPlug NG question...
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Another StuffPlug NG question...
Try this:

code:
Function talker(strInput)
   If strInput <> "" Then
     talker = UCase(Left(strInput, 1)) & Right(strInput, Len(strInput) - 1)
   Else
      talker = ""
   End If
End Function
01-02-2005 06:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Another StuffPlug NG question... - by Mike on 01-02-2005 at 06:00 PM
RE: Another StuffPlug NG question... - by TheBlasphemer on 01-02-2005 at 06:11 PM
RE: Another StuffPlug NG question... - by matty on 01-02-2005 at 06:21 PM
RE: Another StuffPlug NG question... - by Mike on 01-02-2005 at 06:21 PM
RE: Another StuffPlug NG question... - by matty on 01-02-2005 at 06:23 PM
RE: Another StuffPlug NG question... - by Mike on 01-02-2005 at 06:25 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