No problem, its sort of strange, ray camden just posted a question on
his blog that was very similar.  He also pointed out that you can take
out the "'s and #'s and it will still work.

so this:

   #variables.q["#variables.arResultsHeaders[j]#"][k]#

can be this:

   #variables.q[variables.arResultsHeaders[j]][k]#

and it will still work.  Save you a few milliseconds probably ;)  I
wrote this code in a hurry a few months back, so I couldnt remember
for sure.

On 11/2/05, Steve Milburn <[EMAIL PROTECTED]> wrote:
> Ryan
>
> Thank you.  I think I will be able to build a workable solution with your
> code.
>
> Thanks again.
>
>
> -----Original Message-----
> From: Ryan Guill [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 02, 2005 3:04 PM
> To: CF-Talk
> Subject: Re: Query column index number
>
> forgive me for not modifying this to show you only exactly what you
> need, but the following will show you pretty much how to get there:
>
> <snip>
>
> ---
> ---
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222964
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