> When you created the session.bigquery, did you initialize it 
> using structNew()? Otherwise it is indeed just a string.

Actually, under CFMX 6.1 this is no longer the case, if I recall correctly.
If you create a variable with a dot in the name, it will actually
automatically create a structure:

<cfset foo.bar = "baz">
<cfoutput>#IsStruct(foo)#</cfoutput> <!--- will return "yes" under CFMX 6.1
--->

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183978
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to