For this I was thinking I need something like #(#query#).recordcount# -
but I can't get the syntax right
-------------------

Hi Brian

You have the right idea. To get the record count do something like:

<CFSET RC = Evaluate("#query#.recordcount")>

which is the equivalent of the old (and I believe deprecated)

<CFSET RC = ##query#.recordcount#>

HTH
Aaron
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to