[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
String Operators         Operators for Strings

                               String Operators
       -------------------------------------------------------------
       Operator      Meaning                Operands         Result
       -------------------------------------------------------------
         +           concatenation          strings          string      [TP]
         =           equal                  strings          Boolean     [TP]
         <>          not equal              strings          Boolean     [TP]
         <           less than              strings          Boolean     [TP]
         <=          less than or equal     strings          Boolean     [TP]
         >           greater than           strings          Boolean     [TP]
         >=          g.t. or equal          strings          Boolean     [TP]
       -------------------------------------------------------------

See Also: Concat Insert Delete Copy Pos Str Val
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson