Progress 4GL Include of files with variable in the path

Asked

Viewed 93 times

0

Hello

In Progress 4GL it is possible to include files with the directive:

{program.i} //Includes program.i in the current program

However, I could not mount a directory sent by variable or similar:

{{pasta}/program.i} //Includes program.i in the current program

It is possible to make some constant or variable of includes in Progress?

  • I don’t think you can do this because the file is included at build time and not at run time. Documentation Include file Reference

  • 1

    I believe that this way in fact there is, but I’m seeing some environment variable like PROPATH that could be changed according to depending on the environment. I’ll look into other options, thank you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.