&SCOPED-DEFINE preprocessor directive
Defines a compile-time constant (preprocessor name) non-globally.
Syntax
preprocessor-name
definition
Notes
- You must place the &SCOPED-DEFINE directive at the beginning of a line, preceded only by blanks, tab characters, or comments (
/*
comment
*/
). The preprocessor trims all leading and trailing spaces fromdefinition
.- The syntax of the &GLOBAL-DEFINE and &SCOPED-DEFINE directives are identical but these directives are used differently.
See also{ } Preprocessor name reference, &GLOBAL-DEFINE preprocessor directive, &UNDEFINE preprocessor directive, DEFINED preprocessor function
OpenEdge Release 10.2B
|