Kbase P23370: What does the & denote? (as in &browse-name or &IF)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
GOAL:
What does the & denote? (as in &browse-name or &IF)
FIX:
These directives set logical conditions for the inclusion of blocks of code to compile.
So code using preprocessors are processed at compile time as opposed to statements processed at run time. When {&browse-name} is used, this reference is replaced with the browse name at compile time.
An example of this would be if you use the &IF statement to add an include file at compile time if specific object are available in the window being compiled.