Hello all
        
        Hoping someone can help with an isdefined issue.

        I am trying to do:  <CFIF isdefined("session[#var#][#x#][1]")>

        but am getting the error:  must be a syntactically valid variable
name.

        CF seems to be rendering the vars correctly, the debug info shows:

        Parameter 1 of function IsDefined which is now
"session[BR21102][1][15]" must be a syntactically valid variable name

        I have also tried <CFIF isdefined("session.#var#[#x#][1]")>

        With same results.

        Can someone tell me what I am missing?

Thanks for any help
Rodney
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to