What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » AddTimer makes msn crash

AddTimer makes msn crash
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: AddTimer makes msn crash
quote:
Originally posted by Dauntless
Now, it's really not that complex... I mean, how complex can 100 lines of basic JScript be
Certainly more complex than 24. If two pieces of code do the same thing, and one is shorter, use that one. Shorter is often simpler.
quote:
Originally posted by Dauntless
Since JScript doesnt support propper OO, I can't put this in nice, structured classes
The only thing that JScript doesn't support is inheritance, which also removes polymorphism and abstraction. Both of which aren't necessary in scripting really.
There are plenty of other OO features though: a function declaration can actually define a class, and using the 'prototype' property, objects both built-in and custom can be extended.
quote:
Originally posted by Dauntless
And from your code, i take it that type conversion is done automaticly ?
JScript is a weakly-typed language, which means that all datatypes are implicit, and all possible conversions are performed automatically.
[Image: spartaafk.png]
08-10-2006 08:43 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
AddTimer makes msn crash - by Dauntless on 08-10-2006 at 12:08 AM
RE: AddTimer makes msn crash - by Silentdragon on 08-10-2006 at 12:36 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 12:49 AM
RE: AddTimer makes msn crash - by cloudhunter on 08-10-2006 at 01:09 AM
RE: AddTimer makes msn crash - by Silentdragon on 08-10-2006 at 03:17 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 07:45 AM
RE: AddTimer makes msn crash - by Silentdragon on 08-10-2006 at 07:51 AM
RE: AddTimer makes msn crash - by RaceProUK on 08-10-2006 at 08:43 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 08:49 AM
RE: AddTimer makes msn crash - by -dt- on 08-10-2006 at 08:56 AM
RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 08:57 AM
RE: AddTimer makes msn crash - by -dt- on 08-10-2006 at 09:05 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 09:10 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