Hello Andrew Bruno wrote to me in private: My ISP has been blocking the yahoo e-mail and bouncing it. So, when I post to the group/list, it says I am not...
Hi, I need help. :-) I hope in the attached script is only one error left to run it like it should. GETDIR() is used to list several files in a folder. Each ...
Hello Stellan ... IF ~OPEN('out', newvar.x, 'WRITE') THEN DO ... I guess this should be newvar.i ... CALL CLOSE 'in' CALL CLOSE 'out' ... when you close 'in'...
Hoi, ... The problem is that Line 13 is a DO without an END If I read the script correctly stemvar and newvar does contain the same list and so you could...
... Thanks for your hints! I think I had already run the script with those changes but it failed to work then. If I change the lines 22, 23, 27 empty lines...
... Just a remark: In line 13 you start a loop for x, but you never use x in line 34 you leave the loop after the first iteration conclusion: You can remove...
... (I hope this works) I have been off the list recently myself for the very same problem. My ISP says it is YAHOO's problem. Something about SPAM. Anyway, I...
Andrew Bruno
abruno@...
Dec 15, 2005 8:58 pm
3532
Hi All, Reading PDF files and wish to have Arexx able to pull data from them..How does ghostscript work and how can Arexx work with its output? Using AF on a...
... I think there don`t exist functions for special types of data for Arexx. Maybe a external library? Questions about ghostscript (>= V8.0) you should ask...
Ghoscript doesn't use Arexx, but it will accept DOS commands. For a Ghostscript related Arexx script I used Arexx to create a DOS script which the Arexx then ...
Ty for reply. I was impressed with your keen insight!!! Yes old as in fine wine.. The auther of the article is Dr. Tobin is VERY WELL VERSED as you soon...
... Sorry, that wasn`t my mind. ... I only read small parts of that article and I noticed that most programs are unknown to me except ghostscript. So I can`t...
May the Light be with you Sarkis ... __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. ...
Hi, I`ve a problem with PARSE Instruction and don`t understand it well. I want to expand my arexx script that it can handle arguments. First I tried it only ...
Hoi, ... Adding a dot at the end of the template should help: PARSE ARG time duration . The dot tells ARexx that the end of the template is reached. Otherwise ...
... Thanks, I already added the dot but didn`t knew the function. I thought that the dot is equal to any string. ... Ok, thanks for the info. Regards -- _____...
Hi, it is possible to get RAW Key code numbers with arexx (see attached list)? I can get ASCII codes but they are different from raw key codes. I need such...
Hello Stellan, ... i'm sure it's possible in arexx too but i don't know how. :-( i don'thave the time to find it out now. i'm not sure but i think AWNPipe...
Hi, I want to know what happens (maybe AREXX internel things?) when a programm starts in a arexx script. In this case it is AHIRecord what saves sample data to...
Hello Stellan Well I would suggest you open a Shell window and use the TRACE commands in AREXX. I would suggest you stop all other AREXX tasks. TCO - opens a...
Andrew Bruno
abruno@...
Feb 28, 2006 8:14 am
3549
... Normally the script works. Only sometimes AHIRecord freezes (I wrote Thomas Wenzel already about this behavior). So this step by step woun`t help but I can...
... Thomas ... Might it be possible that AHIRecord needs more stack space? Check the icon for it, and if it does, put "Call Pragma('s',<stack size>)" before...