What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Just adding a couple of lines, and my script doesn't work anymore!

Just adding a couple of lines, and my script doesn't work anymore!
Author: Message:
tj0nge
New Member
*


Posts: 1
Joined: Mar 2010
O.P. Just adding a couple of lines, and my script doesn't work anymore!
Hello, all of you.
I'm making a script, just for fun, and I don't think I'm ever going to publish it, just for learning, but I have a problem now. The script translates 'normal' language into binary code, and it works pretty good. at least, until I start to add symbols (!,/,*,&,%,$, etc...) to translate. Than I get an error message, wich says my script is broken or I do not have enough rights...

can anybody help?

PS:
[/code]function translate(Message)
{
       
        (...)
    Message = Message.replace(/<symbol/letter>/gi, "<binary code, like:    00100000> ");
    (...)
   
    return Message;
}[code]
03-31-2010 09:39 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Just adding a couple of lines, and my script doesn't work anymore! - by tj0nge on 03-31-2010 at 09:39 PM
RE: Just adding a couple of lines, and my script doesn't work anymore! - by foaly on 03-31-2010 at 09:41 PM
RE: Just adding a couple of lines, and my script doesn't work anymore! - by CookieRevised on 04-01-2010 at 03:12 AM


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