SendRexxCommand - cannot get result
Posted: Thu Jun 13, 2013 10:28 pm
Hello,
RexxMast is running, Mixer is running.
The console output is always blank even though the Port and Command are valid.
The following alternative approach also does not work:
Code: Select all
result$ = sendrexxcommand("MIXER","GETMASTER")
debugprint(result$)
The console output is always blank even though the Port and Command are valid.
The following alternative approach also does not work:
Code: Select all
Local result$ = RunRexxScript("OPTIONS RESULTS\nADDRESS MIXER\nGETMASTER",True)
debugprint(result$)