Hi,

they where added to write smaller code or have missing features in
older web browsers. Some are needed inside the framework. A workaround
could be to test if the type of the key is not equal to "function".

Regards
Michael

On 7/19/06, ziv Rosenzweig <[EMAIL PROTECTED]> wrote:
> This is only one scenario. I use the Array object as a helper for Hashtable.
> And because of that it looks like I have a key named "clear" or addRange.
>
> Do I have a way to remove the added functions? What are they used for?
>
>
> On 7/19/06, Michael Schwarz <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi,
> >
> > have a look at this url:
> >
> >
> >
> http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide:Object_Manipulation_Statements
> >
> > it defines that it is used to iterate over properties and not array
> > items. For array items use:
> >
> > for(var i=0; i<arr.length; i++) {
> > }
> >
> > Regards,
> > Michael
> >
> >
>
>
> >
>


-- 
Best regards | Schöne Grüße
Michael

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/

Skype: callto:schwarz-interactive
MSN IM: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to