Bitwise operations in CFScript

2005-04-01 Thread Howie Hamlin
Is it possible to do bitwise operations in cfscript? I have two numbers that I need to AND together and check for a non-zero result. I've looked around and tried several things but none seem to work. Thanks, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc

Re: Bitwise operations in CFScript

2005-04-01 Thread Claude Schneegans
Is it possible to do bitwise operations in cfscript? I have two numbers that I need to AND together and check for a non-zero result. Look for bitwhatever functions, ie: *BitAnd*(/number1/, /number2/) -- ___ REUSE CODE! Use custom tags; See http

Re: Bitwise operations in CFScript

2005-04-01 Thread Howie Hamlin
, April 01, 2005 3:55 PM, Claude Schneegans scribed: --- Is it possible to do bitwise operations in cfscript? I have two numbers that I need to AND together and check for a non-zero result. Look for bitwhatever functions, ie: *BitAnd*(/number1/, /number2

Re: Bitwise operations in CFScript

2005-04-01 Thread Claude Schneegans
I couldn't find that documented in cfscript Actaully, you ca use any function in a script, so look in the docs about functions: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/function.htm#wp3082862 -- ___ REUSE CODE! Use custom tags; See

Re: Bitwise operations in CFScript

2005-04-01 Thread Howie Hamlin
What confused me, I guess, was that cfscript is a lot like javascript and I expected bitwise operators like those... Thanks, Howie --- On Friday, April 01, 2005 4:57 PM, Claude Schneegans scribed: --- I couldn't find that documented in cfscript Actaully, you ca use any function in a