Welcome, Guest. Please login or register.

Author Topic: AREXX  (Read 1589 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Doobrey

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 1876
    • Show all replies
    • http://www.doobreynet.co.uk
Re: AREXX
« on: January 12, 2003, 11:21:56 PM »
Quote

a=RexxEvent(Port)

loop
VWait
If a=0 Then Goto loop
A$=GetResultString(msg)
Print A$
MouseWait
End


erm, try putting the event check inside your loop !
The way you had it, it was continually looping around the Vwait with no chance of detecting any message.

.loop
VWait
If RexxEvent(Port)=0 Then Goto loop
A$=GetResultString(msg)
Print A$
MouseWait
End

Also,make sure to use Blitz`s built in Arexx commands, not the RWE ones from the Blitz Support Suite as they are buggy as hell..
On schedule, and suing