@REXXNot in LE
Print Topic  Return to Overview  Previous Topic  Next Topic 

@REXX[[=]expr]: Calls the REXX interpreter to execute the expression. Returns the numeric code or string result from REXX. Console output from the REXX interpreter is suppressed while executing the expression. Note that TCC expands variables and functions before passing expr to REXX.

 

Examples:

 

echo %@rexx[ = 3 * 4 ]

set myprog=d:\path\xyz.exe

echo %@rexx[ address(%@name[%myprog]); return address() ]

 

Note: This function requires that a recognized REXX interpreter be installed and properly configured. See REXX Support for more information on the REXX language.

 

Topic "f_rexx.htm" last edited 4/28/2008. ©2008  JP Software, Inc.
Keywords: @REXX,REXX