G'day
I have this code:
<cfhttp result="stHttpResult" url="#stUrl#" method="get" />
<cfif stuHttpResult.
If I press CTRL-SPACE to get content assist up (I can never remember the CFHTTP result subkeys), I get a list of:
ColumnList
CurrentRow
ExecutionTime
RecordCount
What would be for a CFQUERY tag's query result (ie: the variable specified by the NAME attribute), not a CFHTTP tag's RESULT variable. Or am I missing something?
--
Adam