What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Shorter code for this? :S

Shorter code for this? :S
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Shorter code for this? :S
I don't know Java but you could do:
code:
var Alph = " ABCDEFGH";
for(var i;i=0;i<Alph.length){
    othellier[0][i] = Alph.charAt(i);
    othellier[9][i] = Alph.charAt(i);
}

etc.

Edit: removed smileys from post which would appear in the code sample

This post was edited on 02-11-2007 at 05:57 PM by vikke.
02-11-2007 05:56 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Shorter code for this? :S - by albert on 02-11-2007 at 04:16 PM
RE: Shorter code for this? :S - by Jesus on 02-11-2007 at 04:29 PM
RE: Shorter code for this? :S - by albert on 02-11-2007 at 04:34 PM
RE: Shorter code for this? :S - by vikke on 02-11-2007 at 05:56 PM
RE: Shorter code for this? :S - by RaceProUK on 02-11-2007 at 09:53 PM
RE: Shorter code for this? :S - by vikke on 02-12-2007 at 11:16 AM
RE: Shorter code for this? :S - by RaceProUK on 02-13-2007 at 04:59 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