Hello,

Whats wrong with negative numbers?

This Script:
---------------
gets $b

if $b >"-14"
? "blabla"
endif

-----------------
OR this script:
----------------
gets $b

if $b >-14
? "blabla"
endif

----------------

Problem:
-17 kix write "blabla" (wrong behavior)
-10 kix write nothing (wrong behavior)
-9 kix write "blabla" (right behavior)

kixversion tested: 4.62 4.53