Propiedad de recuento de ASP
La propiedad de recuento de ASP se utiliza para devolver el número de pares clave-valor presentes actualmente en el objeto de diccionario. Sintaxis: DictionaryObject.Count Ejemplo: El siguiente código muestra la propiedad ASP Dictionary.Count. ASP <% dim dict ‘Create a new dictionary set dict=Server.CreateObject(«Scripting.Dictionary») ‘Add values to the dictionary dict.Add «p»,»physics» dict.Add «c»,»chemistry» dict.Add … Continue reading «Propiedad de recuento de ASP»