What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Suggestion] For loops

[Suggestion] For loops
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
35 / Male / Flag
Joined: Oct 2004
RE: [Suggestion] For loops
And to answer the actual question :p;
code:
for (do_initially; do_while; do_after_each_loop) {
    <Insert Code Here>
}

For example:
code:
for (var $i = 1; $i <= 10; $i++) {
    Debug.Trace("This is loop: " + $i); //This will print (to the debug window) numbers 1 to 10 (inclusive)
}


This post was edited on 04-02-2007 at 01:03 PM by Volv.
04-02-2007 01:03 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Suggestion] For loops - by Ashylay on 04-01-2007 at 05:14 PM
RE: [Suggestion] For loops - by deAd on 04-01-2007 at 05:32 PM
RE: [Suggestion] For loops - by Jesus on 04-01-2007 at 05:40 PM
RE: [Suggestion] For loops - by Volv on 04-02-2007 at 01:03 PM
RE: [Suggestion] For loops - by RaceProUK on 04-02-2007 at 07:32 PM
RE: [Suggestion] For loops - by Eljay on 04-02-2007 at 07:40 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