Is it possible to clear the contents of all application level variables using a For Each syntax. Such as:
Code:
For Each applicationvariable IN application
  applicationvariable = ""
next
Thanks in advance.