<cfif
        IsDefined("GetInventory.#GetListingFields.DBColName#") AND
        GetInventory[GetListingFields.DBColName][GetInventory.currentrow] NEQ 0 
AND
        Trim(GetInventory[GetListingFields.DBColName][GetInventory.currentrow]) 
NEQ
""
>

-----Original Message-----
From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED]
Sent: 03 February 2006 22:58
To: CF-Talk
Subject: evaluate hell Pt2


Need serious help rewriting this statement without using evaluate:

<cfif isdefined("GetInventory.#GetListingFields.DBColName#") and
evaluate("GetInventory.#GetListingFields.DBColName#[#GetInventory.currentrow
#]")
NEQ 0 AND
Trim(evaluate("GetInventory.#GetListingFields.DBColName#[#GetInventory.curre
ntrow#]"))
NEQ "">

(I'm confused???)

Cutter



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