Kbase P89089: Can an include file name be a variable name?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/23/2004 |
|
Status: Unverified
GOAL:
Can an include file name be a variable name?
GOAL:
Can something like the following be done?
def var fileName as char.
fileName = "file.i".
{fileName}
If yes, how?
FIX:
No, include file names can not be variables. The include-file name must be an actual name of an external operating system file that contains statements to be included during the compilation of a procedure. This filename follows normal operating system naming conventions and is case sensitive on UNIX. If the file name has an unqualified path name, Progress searches directories based on the PROPATH environment variable.