Sorry for starting this tread (NOT)

It clarified my own view on the <> operators. Strings are treatet as a librarian would, and changing this could break existing scripts.

This is just another force of KiX, and you can code yourself out of the lenght-thing by using the Len() functionby ie.
Code:

$O3 = '86'
If Len($O3) = 3 And $O3 > '115'
'115 > 86'
EndIf


If i use above code '115' will be > '86'

If the Len() function wasn't used '86' would be greater than '115'

-Erik

ps.
Can I close this now