Expression operators - Connect_CDC - connect_cdc_mimix_share - 6.x

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
6.x
Language
English
Product name
Connect CDC
Title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
Last updated
2024-10-15
Published on
2024-10-15T20:38:41.117981

These operators are valid in any Connect CDC Director expression.

Operator

Description

==

Is equal

!=

Is unequal

>=

Is greater than or equal to

<=

Is less than or equal to

>

Is greater than

<

Is less than

&&

And

||

Either/or

!

Not

+

Addition

-

Subtraction

*

Multiplication

/

Division

%

Remainder (or mod)

,

Delimiter, separates items

CR

Starts a new line.

Line breaks you create with keyboard “return” keys are ignored by the Expression Handler. The Expression Handler treats all the text you specify in the expression workbox as a single, unbroken line unless you enter CR to force a break.

/* comments */

Enclose comment text