Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Namespace for RPG procedures

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Namespace for RPG procedures

    One of the things that I would most like to see added would be the ability to call a procedure by module (or service program). So say I have two modules, one called MyModule and the other called MyOtherModule and they both have a procedure called MyProc. I would like to be able to bind them into the same program and call the two MyProc procedures with syntax like this:

    MyModule.MyProc();
    MyOtherModule.MyProc();

  • #2
    Namespace for RPG procedures

    Qualified Procedure References would definitely help!

    Comment

    Working...
    X