Troy's Blog

Life, family, work, and my experiences with products, services, stores, and the people I encounter each and every day.

My Photo
Name: Troy Pullis
Location: Minneapolis, Minnesota, United States

Tuesday, July 12, 2005

what was that value in my cfquery recordset

To get a field's value in a specified row, here's the code. I always forget exactly how to do this, as I don't use it very often. So I figure by writing it down, I'll learn it once again, and I know to look back at this blog in the future for a quick refresher.

<cfset myval=" queryname.fieldname[rownumber]">