What is the Not Greater than logic?

jp1

Client
Joined
Jan 23, 2011
Messages
234
Reaction score
2
Points
0
I am having trouble with not greater than.

1 !> 26

gives me neither true nor false.

I've tried with and without apostrophes. With all sorts of space bars.

What am I doing wrong? and what library should i be getting my logic syntax from?

thanks
 

gemini

Client
Joined
Mar 10, 2011
Messages
160
Reaction score
31
Points
28
switch > to <
 

jp1

Client
Joined
Jan 23, 2011
Messages
234
Reaction score
2
Points
0
switch > to <
ok

but i am using field values. field values of number strings in file obtained in previous step.

say there are 26 strings in file.

and i want to include 26. not for it to give false when it reaches 26 but when it reaches 27.

is the only solution to do field data <{field data} + 1 ?

because there's no !> in logic? is this boolean logic? is there a library about it somewhere in internet?

thanks
 

gemini

Client
Joined
Mar 10, 2011
Messages
160
Reaction score
31
Points
28
Instead of <{field data} + 1 ?
Should be possible to use <= (less or equal)
I'm not an JS expert, but never ever seen such syntax "!> "
however you might try
!(1>26)
this syntax work in php, not sure about JS .
 

maxipr

Новичок
Joined
Jun 5, 2011
Messages
20
Reaction score
0
Points
0
I have problem with comparison to. I put 3>4 in macro and zp return true. How can I input the expression properly?
 

archel

Client
Joined
May 2, 2011
Messages
175
Reaction score
22
Points
18

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)