From: | Steven Croy |
Date: | 12 Aug 2001 at 22:45:24 |
Subject: | Re: Arexx |
Hello Demon
On 11-Aug-01, you wrote:
>> I'm having a few difficulties with the RWE Arexx lib and I wondered if
>> anybody could help.
>
> First off, dump the RWE Arexx...It`s buggy and has caused me many lock ups
> and crashes, I`ve since reverted back to the old Acid Arexx lib and
> although it`s not as neat as using the RWE one, it`s stable (apart from
> typos in the code I write..ahem)
>
>> But when in Blitz I try
>> a$=RXSendCommand ("AMPLIFIER.1","VOLUME 20")
>> My program just locks up. I can still use my computer but my Arexx port
>> won't respond anymore. Can anyone help?
>
> simple..(well, using the acid rexx lib)..send the whole lot as a "string
> file"..ie, as an Arexx one liner
>
> s=sendrexxcommand rexxmsg,"VOLUME 20",#RXFF_RESULT|#RXFF_STRING|#RXCOMM
>
> then the usual wait for reply routine.
Thanks for the advice, I've got my code converted to the original Blitz lib
and it's all working now.
Cheers
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie