Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Example: ASP Application Object StaticObjects Collection

An interating control structure can be used to loop through the keys of the StaticObjects collection, as shown in the following example.

<%
  Dim Key
   
  For Each Key In Application.StaticObjects
    Response.Write Key & " = <i>(object)</i><BR>"
  Next
%>


ContentsPreviousNextIndex