Open eglekaz opened 1 month ago
Here are some examples:
&IF LOOKUP("{&OPSYS}","MSDOS,WIN32":U) > 0 &THEN &SCOPED-DEFINE SLASH ~~~\ &ELSE &SCOPED-DEFINE SLASH / &ENDIF
&GLOBAL Main_index 49153 &GLOBAL-DEFINE MAX-EXPENSE 5000
Also in include files:
&if '{&name}' = '' &then &scoped-define name ttTable &endif define {&visibility} temp-table {&name} no-undo field something as int field something2 as char index something as primary unique something .
Documentation: https://docs.progress.com/bundle/openedge-abl-portable-applications-117/page/Using-preprocessor-directives.html
Here are some examples:
Also in include files:
Documentation: https://docs.progress.com/bundle/openedge-abl-portable-applications-117/page/Using-preprocessor-directives.html