hi,
I was looking at Interbase SELECT syntax and saw these two handy shortcuts :

<operator> = {= | < | > | <= | >= | !< | !> | <> | !=}

!<  and !>

Personaly i didn't liked  if (! ...) construct too much, so even that
starting to use "unless" is harder for non-english speaker, I think is much
cleaner and good. Particulary 'cause if(!...) is harder to spot... but
moving it near to comparison operator looks good .... of cource not the same
with !ne , !eq ..
=====
iVAN
[EMAIL PROTECTED]
=====
PS. In my native language we doesn't have a word that fit best to
"unless"(if not) ...




Reply via email to