>
> But useful, in sofar as you could build a little check <cfif
> myQuery.recordcount GT 0> and it would work...
Short-cut that:
<cfif myQuery.recordcount>
CF treats non-zero as a logical true, so there's no need to check for GT
0
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

