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$)