Should the following ADDRESS statement work?

   environment="TEST"
   say 'environment:' pp(environment)
   say .line "command:" pp(sourceline(.line+1))
   *address (environment) "ping"*
   say "     RC:" pp(rc) ".rs="pp(.rs) "| RESULT="pp(result)

Running the above ADDRESS keyword statement seems to have no effect at all, 
here is the output:

   environment: [TEST]
   49 command: [address (environment) "ping"]
         RC: [RC] .rs=[.RS] | RESULT=[RESULT]

It is as if this form of the address statement gets ignored (the environment handler for TEST does not get invoked).

---rony


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to