EvaluateStrExpression Data Member Function

Evaluates two string values according to the binary operator submitted to this function.

Prototype

int32 EvaluateStrExpression( string p_sLHS, string p_sRHS, int32 p_eBinaryOperator )

Parameters

Parameter Type Parameter Name Documentation
stringp_sLHSThe left operand.
stringp_sRHSThe right operand.
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.