What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Wnd.MessageSend()

Wnd.MessageSend()
Author: Message:
Hengy
Junior Member
**


Posts: 16
Joined: Jul 2006
O.P. Wnd.MessageSend()
code:
if (Message == "/whatever")
{
      Wnd.MessageSend("Whatever")
}

In this code, "/whatever" is sent as a message and "Whatever" is also sent as a message. But, in the code, "/whatever" is not:

code:
if (Message == "/whatever")
{
     return "whatever"
}

How can I modify the first code to not send "/whatever", like in the second code?
07-23-2006 04:03 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Wnd.MessageSend() - by Hengy on 07-23-2006 at 04:03 PM
RE: Wnd.MessageSend() - by foaly on 07-23-2006 at 04:05 PM
RE: Wnd.MessageSend() - by Hengy on 07-23-2006 at 04:09 PM
RE: Wnd.MessageSend() - by foaly on 07-23-2006 at 04:09 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