It looks like ANY variable in the cgi scope is always defined, ie: <CFIF
isdefined ("CGI.anythingYouPutHere")>
is always true, and #CGI.anythingYouPutHere# always return an empty string.

<CFIF isdefined ("CGI.whateverYouPutHere")>
    <CFOUTPUT>CGI.whateverYouPutHere = [#CGI.whateverYouPutHere#]</CFOUTPUT>
<CFELSE>CGI.whateverYouPutHere not defined
</CFIF>

Always displays
CGI.whateverYouPutHere = []

Is this normal doc?

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to