Sean Corfield recently blogged about the choice to use IsDefined vs. structKeyExists when trying to determine if a scoped variable (session, application, request, form url etc), exists or not.
Sean talks about how certain dot noted variables will or won’t be seen with IsDefined, BUT I found the fact that IsDefined looks for ANY possible definition even when the variable you’re searching for has been scoped.







The first paragraph is an incomplete sentence… *what* are you trying to determine?!
July 30th, 2004 at 5:16 am
fixed sorry about that, must have gotten lost in my cut / paste.
July 30th, 2004 at 9:16 am