Logical operators
& AND
% OR
~ NOT
Strings operators
| concatenate
@= string1 equals string2
@<> string1 differs from string2
inserting '&' in strings:
ItemReject('This & That'); will return 'This _That'
ItemReject('This && That'); will return 'This & That'
Categories
Add new comment