- Aug
- 2,320
- 111
Why am I getting the;
as shown below? The output should just be 4.
I tried the example from the help file;
but it does not work as it should.
Joe
Code:
TCC: Unknown command "4"
ECHO is OFF
I tried the example from the help file;
Code:
c:\program files\rexx.org\regina>echo %@rexx[ = 3 * 4 ]
TCC: (Sys) The parameter is incorrect.
"%@rexx[ = 3 * 4 ]"
but it does not work as it should.
Joe
Code:
c:\program files\rexx.org\regina>ver
TCC 22.00.38 x64 Windows 7 [Version 6.1.7601]
c:\program files\rexx.org\regina>rexx --version
rexx: REXX-Regina_3.9.1 5.00 5 Apr 2015 (64 bit)
c:\program files\rexx.org\regina>set regina*
REGINA_HOME=C:\Program Files\rexx.org\Regina
REGINA_LANG=en
REGINA_LANG_DIR=C:\Program Files\rexx.org\Regina
c:\program files\rexx.org\regina>echo %@rexx[words('The quick brown fox')]
TCC: Unknown command "4"
ECHO is OFF