What is the Not Greater than logic?

jp1

Client
Регистрация
23.01.2011
Сообщения
234
Благодарностей
2
Баллы
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
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
switch > to <
 

jp1

Client
Регистрация
23.01.2011
Сообщения
234
Благодарностей
2
Баллы
0
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
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
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

Новичок
Регистрация
05.06.2011
Сообщения
20
Благодарностей
0
Баллы
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
Регистрация
02.05.2011
Сообщения
175
Благодарностей
22
Баллы
18

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)