Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. How can you enumerate "keys" of an Application object

How can you enumerate "keys" of an Application object

Scheduled Pinned Locked Moved Web Development
toolsquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CillyMe
    wrote on last edited by
    #1

    How can you enumerate "keys" of an Application object? The following script works, but "i" isn't as descriptive as the actual name of the "key". For i=1 to Application.Contents.Count Response.Write(i & ":" & Application.Contents(i) & "
    ") Next Thanks!

    J 1 Reply Last reply
    0
    • C CillyMe

      How can you enumerate "keys" of an Application object? The following script works, but "i" isn't as descriptive as the actual name of the "key". For i=1 to Application.Contents.Count Response.Write(i & ":" & Application.Contents(i) & "
      ") Next Thanks!

      J Offline
      J Offline
      John Arlen
      wrote on last edited by
      #2

      For Each key As String In Application.Contents.AllKeys Trace.WriteLine(Application.Contents(key)) Next

      C 1 Reply Last reply
      0
      • J John Arlen

        For Each key As String In Application.Contents.AllKeys Trace.WriteLine(Application.Contents(key)) Next

        C Offline
        C Offline
        CillyMe
        wrote on last edited by
        #3

        Loud and clear.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups