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:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Shorter code for this? :S
code:
String Alph = " ABCDEFGH";
for(int i; i = 0; i < Alph.length){
    othellier[0][i] = Alph.charAt(i);
    othellier[9][i] = Alph.charAt(i);
}
:P
var doesn't exist in Java.

This post was edited on 02-11-2007 at 09:55 PM by RaceProUK.
[Image: spartaafk.png]
02-11-2007 09:53 PM
Profile PM Web 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