On 4/19/06, David Elliott <[EMAIL PROTECTED]> wrote: > Below is a part of my code....
> > And my question might be a simple one....the line that says <cfif equip_idle > IS NOT "">,equip_idle</cfif>...does this mean I'll only have any entry if > their is a value in it? Yes, but a better way I think is to say <cfif len(trim(equip_idle)) NEQ 0> but yeah, this should work too. >And isn't the code for the value portion of the statement also show up (as far as the field >goes) if there is a value? Yep, it should show up too. -- Ryan Guill A Deep Blue [EMAIL PROTECTED] www.ryanguill.com (270) 217.2399 got google talk? Chat me at [EMAIL PROTECTED] The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/ www.ryanguill.com/ The Roman Empire: www.ryanguill.com/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238178 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

