" arrayKeys = dictionary.Keys() arrayItems = dictionary.Items() for i = 0 to dictionary.Count - 1 strThisKey = arrayKeys(i) strThisItem = arrayItems(i) Response.Write strThisKey & " - " & strThisItem & "" next dictionary.RemoveAll set dictionary = nothing end if %>