You can check to see if a value can be treated as a boolean by checking isBoolean().
On Mon, Apr 30, 2012 at 6:46 AM, Tom Small <[email protected]> wrote: > >>I see two issues. First, you are trying arguments.query like a list, >>but you don't use the value. Ie, you said, loop over it and put the >>value in "keyword", but your code never uses it. >> >>Secondly - you seem to be wanting to treat the keywords as booleans. >>That's not going to work. >> >> >>> > > Hi Ray thanks for the reply. > > Can you tell me how I should treat the boolean, and do I need to place the > boolean within an cfif statement? > > Appreciate your advice. > > Tom > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350884 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

