OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


ADDRESS




 >>--ADDRESS()----------------><

ADDRESS returns the name of the environment to which host commands are 
currently being submitted.  Trailing blanks are removed from the result. 
Here are some examples: 

ADDRESS( )    ->    'CMD'        /* OS/2 environment */
ADDRESS( )    ->    'EDIT'      /* possible editor */
  

Inf-HTML End Run - Successful