Forum Migration Notice
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Logic operator

Hi everyone.

I am a new user of RAPID.

Writing a program I had to use an If/ELSEIF instruction in which the first choice applies when a variable is equal to 3 and the second one applied when it is different.

Going over the manuals I could find the logical operators:

equal =

larger than >

smaller than <

larger or equal >=

smaller or equal<=

but I could not find the simbol for "not equal".

Does anyone know if this operator exists in rapid (it does in all the major programming languages, i.e. C, FORTRAN, Matlab,...)?

 

Comments