Hello Andreas!
It seems to me that SendRexxCommand() do not work as described in the docs.
The following example tries to print the current arexx ports in to the Hollywood window:
Code: Select all
CreateRexxPort ("SUBMIT.1")
_ports=SendRexxCommand("SUBMIT.1","say show(ports)")
print ("---".. _ports .."---")
Repeat
Waitevent
Forever
Could you examine and/or clarify this?