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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
