What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Increase personal message max character size!

[Request] Increase personal message max character size!
Author: Message:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: [Request] Increase personal message max character size!
The max is actually 129. Go fill your PSM with just i's until no more can be added and then run this. :P

code:
function OnEvent_Initialize(MessengerStart)
{
    var PSM = Messenger.MyPersonalMessage;
    MsgPlus.DisplayToast("PSM Length", PSM.length);
}
01-30-2008 03:57 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Increase personal message max character size! - by chr1ssyboy on 01-30-2008 at 02:10 AM
RE: [Request] Increase personal message max character size! - by roflmao456 on 01-30-2008 at 03:38 AM
RE: [Request] Increase personal message max character size! - by davidpolitis on 01-30-2008 at 03:57 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