What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [I help them] VB2JS

[I help them] VB2JS
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [I help them] VB2JS
quote:
Originally posted by CookieRevised
function String(number, character) {
        if (typeof(character) === "number") character = String.fromCharCode(character);
        var s = "";
        for (var i=0; i<number; i++) s += character.charAt(0);
        return s;
}

just thought i would point out that this interferes with the jscript String object, hence why cicklow called it "jString" :P
08-14-2006 08:54 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[I help them] VB2JS - by cicklow on 08-12-2006 at 05:11 PM
RE: [I help them] VB2JS - by J-Thread on 08-12-2006 at 05:34 PM
RE: [I help them] VB2JS - by Lou on 08-12-2006 at 06:04 PM
RE: [I help them] VB2JS - by Intosia on 08-12-2006 at 06:45 PM
RE: [I help them] VB2JS - by Ezra on 08-12-2006 at 07:05 PM
RE: RE: [I help them] VB2JS - by CookieRevised on 08-13-2006 at 05:45 PM
RE: [I help them] VB2JS - by Plik on 08-13-2006 at 05:49 PM
RE: [I help them] VB2JS - by Lou on 08-13-2006 at 06:08 PM
RE: [I help them] VB2JS - by Eljay on 08-14-2006 at 08:54 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