checking exsistance of query inside a struct
in CF 7
I want to do this...
<cfif isdefined('variables.getReport["STATUS"][1]')>
<!--- do stuff --->
</cfif>
But it seems CF does not like this convention. Even though its happy enough to use the same convention NOT within a isdefined statement.
Any ideas how else I could test for the existance of 'variables.getReport["STATUS"][1] ?
