[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Logical operations & (AND), | (OR), ^ (XOR), ! (NOT) Icon=Operation [Property] Operation=Sets the logical operation. ARG(enum)|14|0|&,||,^,! [Methods] doOperation=Performs the logical operation specified by Operation property. ARG(Object obj1, Object obj2)|1|0 onResult=Occurs after the logical operation and writes the result to the flow. ARG(Object)|2|0 obj1=The first operand. ARG(Object)|4|0 obj2=The second operand. ARG(Object)|4|0 Result=Returns the result. ARG(Object)|3|0