What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » i have a problem with my script

i have a problem with my script
Author: Message:
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
RE: i have a problem with my script
More important than that, at least in my opinion, I think code organization is a very good thing:P

For example, if you use

code:
if(code...)
{
    a little more code...
}

instead of

code:
if(code...){
    the code... }

and so on...

Another good thing, is to use something else that the default script editor. I use phpDesigner and it matches the () and {}, it would work like so in the above example:

code:
if(code...)
{
    a little more code...
}
Best Regards,
Joćo Godinho
08-02-2007 12:02 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
i have a problem with my script - by crzymike13 on 08-01-2007 at 10:21 PM
RE: i have a problem with my script - by MeEtc on 08-01-2007 at 10:24 PM
RE: i have a problem with my script - by crzymike13 on 08-01-2007 at 10:31 PM
RE: i have a problem with my script - by matty on 08-01-2007 at 10:35 PM
RE: i have a problem with my script - by crzymike13 on 08-01-2007 at 10:36 PM
RE: i have a problem with my script - by matty on 08-01-2007 at 10:38 PM
RE: i have a problem with my script - by LifelesS on 08-02-2007 at 12:02 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