[Stackoverflow] [Progress OpenEdge ABL] &* parameter in include file

  • Thread starter Aleksandr Mikhailov
  • Start date
Status
Not open for further replies.
A

Aleksandr Mikhailov

Guest
Now i'm working in one company, which make soft for banks. It uses OpenEdge and I faced with the situation, when in some procedure include file with parameters is added. After that, if it is another include file in the first one, it can be added with parameter &*. Сan anyone explain how this works?

For example:

first.i:


...
{second.i {*&}}
...


proc.p:


...
{first.i &f='one '
&s='two '
}
...

Continue reading...
 
Status
Not open for further replies.
Top