Re: OT: [Dynapi-Dev] Javascript Extension File

2001-04-03 Thread Doug Melvin
Or maybe I'm just confused.. - Original Message - From: "Scott Andrew LePera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 12:44 PM Subject: Re: OT: [Dynapi-Dev] Javascript Extension File > Eh? Math.round() has been aroun

Re: OT: [Dynapi-Dev] Javascript Extension File

2001-04-03 Thread Scott Andrew LePera
Eh? Math.round() has been around since Netscape 2! Maybe I'm misunderstanding. The patch for splice() is particularly welcome, because there's still quite a few users with IE4. scottandrew ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.so

Re: OT: [Dynapi-Dev] Javascript Extension File

2001-04-03 Thread Doug Melvin
That's not nearly as bad as finding out that NS don't have .toPrecision() or Math.Round(). :-) - Original Message - From: "Scott Andrew LePera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 10:30 AM Subject: Re: OT: [Dynap

Re: OT: [Dynapi-Dev] Javascript Extension File

2001-04-03 Thread Scott Andrew LePera
Very cool! I know some frustrated VBScripters who will love the trim functions. ;) Maybe someone can refresh my memory on array methods: which version of JS implements push, pop, shift and unshift? I use NS4.08 and IE5, and both of them have these as native functions (except for IE which doesn'

Re: [Dynapi-Dev] Javascript Extension File

2001-04-03 Thread Richard Bennett
" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 9:27 AM Subject: [Dynapi-Dev] Javascript Extension File > As promised a few days ago (by Jordi mainly), here is the code I can > contribute to the javascript extension file(tm): > > I copy the text i

[Dynapi-Dev] Javascript Extension File

2001-04-03 Thread Marc van Leeuwen
As promised a few days ago (by Jordi mainly), here is the code I can contribute to the javascript extension file(tm): I copy the text into the message, as I personnaly HATE attachments for this kind of short text. It will also be easyier to comment/modify/reply. However, if you (i.e. people on

Re: [Dynapi-Dev] Javascript Extension file

2001-03-30 Thread Doug Melvin
March 30, 2001 1:04 AM Subject: [Dynapi-Dev] Javascript Extension file > Just created a new topic name, to differenciate from "structure change ideas". > > I have just downloaded the latest snapshot, and there are still these > anoying parts in the DynAPI.js file: > Th

[Dynapi-Dev] Javascript Extension file

2001-03-30 Thread Marc van Leeuwen
Just created a new topic name, to differenciate from "structure change ideas". I have just downloaded the latest snapshot, and there are still these anoying parts in the DynAPI.js file: There are many places in the code where "for i in anArray" is used. This is certainly a big "for (i = 0 ...)