I have been stuck with the task of converting a large web sites code so that all local variables are explicitly declared. Currently <% Option Explicit %> is not used at all.
I’m looking for a way to list all local variables by page or site wide. This would save a lot of time.
I’m looking for a way to list all local variables by page or site wide. This would save a lot of time.