Consultor Eletrônico



Kbase P129028: 4GL/ABL:  Is there a functional or performance difference between using the comparison operators GT,
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/18/2008
Status: Unverified

GOAL:

4GL/ABL: Is there a functional or performance difference between using the comparison operators GT,LT,NE etc. vis-a-vis using the mathematical symbols >, <, <> etc.?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge Category: Language (4GL/ABL)

FIX:

Since the 4GL/ABL compiler generates the same instruction code for either form of the above comparison operators, there is no functional or performance difference at runtime between the use of the comparison operators GT, LT, NE etc. vis-a-vis the use of their the mathematical symbols counterparts.