Consultor Eletrônico



Kbase P26461: How can I check if the preprocessor variable has been define
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/06/2003
Status: Unverified

GOAL:

How can I check if the preprocessor variable has been defined ?

FIX:

&GLOBAL-DEFINE xyz 1000.
&IF DEFINED(xyz) &THEN MESSAGE "yes" &ELSE MESSAGE "no" &ENDIF