AprQ2 1.19b "if"
Moderator: Moderators
AprQ2 1.19b "if"
can someone give some guidelines according to the new "if" command?
i'm not a programmer so i don't understand the operators
==, != or <>, <, <=, >, >=, isin, !isin, isini, !isini, eq, ne
i'm not a programmer so i don't understand the operators
==, != or <>, <, <=, >, >=, isin, !isin, isini, !isini, eq, ne
I only understand ==, != or <>, <, <=, >, >=.
== means must be exactly that
!= means must be not that
<> means either greater or smaller than (opposite of ==)
< means smaller than
<= means smaller than or exact
> means greater than
>= means greater than or exact
About eq: it could mean equal to (like ==)
and the ! before those mean not.
== means must be exactly that
!= means must be not that
<> means either greater or smaller than (opposite of ==)
< means smaller than
<= means smaller than or exact
> means greater than
>= means greater than or exact
About eq: it could mean equal to (like ==)
and the ! before those mean not.
Code: Select all
A == B - is values/strings same
A != B - is values/strings different
<> same as '!='
A < B - is A value smaller than B
A <= B - is A value smaller or same as B
A > B - is A value larger than B
A >= b - is A value larger or same as B
A isin b - does B string contain string A
A !isin b - does B string not contain string A
isini/!isini - case-insensitive version of isin/!isin
eq same as '==' on strings but case-insensitive
ne same as '!=' on strings but case-insensitive
That must have been bad thenW1lco wrote:Looks like first grade maths at highschool for me
How am i spelling?" Please call 800-WHO-CARES or online at www.Tellsomeonewhocares.com
*bplease*
*bplease*