# of characters in a message? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: # of characters in a message? (/showthread.php?tid=87279) # of characters in a message? by citricsquid on 11-15-2008 at 04:53 PM
Hi, RE: # of characters in a message? by Matti on 11-15-2008 at 05:25 PM
I suggest you have a look at a JavaScript String reference, such as the one at W3Schools. That should give you a good idea what methods you have.
RE: RE: # of characters in a message? by citricsquid on 11-15-2008 at 05:30 PM
quote: Cheers I was sure I read somewhere what MSGPLUS used wasn't Javascript, maybe I'm going mad Thanks, should be easy to do this now. RE: # of characters in a message? by Volv on 11-15-2008 at 05:39 PM It uses JScript which is not the same as Javascript but awfully similar RE: RE: # of characters in a message? by citricsquid on 11-15-2008 at 05:43 PM
quote: Cheers, I'll try and remember that RE: # of characters in a message? by Matti on 11-15-2008 at 08:27 PM Mjeh, Plus! uses the JScript engine of the Windows Scripting Host which doesn't run in a browser and therefore doesn't have thewindow and document objects for interacting with the HTML document, but as for strings, numbers and other objects they're as good as identical for the beginning script developer. |