AddBool Data Member Function

Adds a Boolean expression to this object.

Prototype

int32 AddBool( int32 p_bValue, int32 p_bReference, int32 p_eBinaryOperator )

Parameters

Parameter Type Parameter Name Documentation
int32p_bValueA bool containing the initial value to add to this object.
int32p_bReferenceThe reference value for comparison against the initial value.
int32p_eBinaryOperatorAn <int32> representing a member of the BinaryOperator enumeration. Must be one of: BinaryOperator_GreaterThan, BinaryOperator_LessThan, BinaryOperator_GreaterThanOrEqualTo, BinaryOperator_LessThanOrEqualTo, BinaryOperator_IsEqualTo, BinaryOperator_NotEqualTo, BinaryOperator_LogicalAnd, or BinaryOperator_LogicalInclusiveOr. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.