#ARP-HELP
Whenever I run a program with an ARP function it stops at the first ARP
function whether I have opened the library in that program with
addlib('rexxarplib.library',0,-30,0) or with
RXLIB rexxarplib.library 0 -30 0 before I run it! Here is part of a
program called GetWeather.ap which I downloaded:
options results
call addlib('rexxsupport.library',0,-30,0)
call addlib('rexxarp.library',0,-30,0)
dir='ram:'
capturefile=dir || 'WeatherReport'
city=???
count=0
do forever
city = request(200,175,'Enter City for
Weather','',,'Cancel','AutoPilot')
etc….and here is where it stops.
If I change this step to city = ABQ then the program runs fine (I also had
to change the 'go AWM-23' to 'go WEA-1023'). But I just can't get it to
run ARP functions!!
Ed via. AP