Search the web
Sign In
New User? Sign Up
arexx · This list is devoted to the powerful Amiga scripting language, ARexx. Here ARexx coders can share ideas, routines and generall
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3521 - 3550 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3521
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...
Frank Weber
opionline
Offline Send Email
Dec 13, 2005
7:20 am
3522
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 ...
Stellan
stellanpistoor
Offline Send Email
Dec 13, 2005
3:38 pm
3523
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'...
Robin
amiganiac
Offline Send Email
Dec 13, 2005
4:40 pm
3524
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...
Bernd Gollesch
bgollesch
Offline Send Email
Dec 13, 2005
7:43 pm
3525
... Thanks Robin now it works fine. :-) Regards -- ATA3.driver 7.1 Patches: StackAttack 2.9 FastIEEE 40.2 env-handler 1.13 FBlit 3.79 SystemPatch 2.94final MCP...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 13, 2005
10:12 pm
3526
... 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...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 14, 2005
11:29 am
3527
... Thanks Robin now it works fine. :-) Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\ _/___\ /__ __\_ / /___\ /___\...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 14, 2005
11:32 am
3528
... 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...
Bernd Gollesch
bgollesch
Offline Send Email
Dec 14, 2005
12:00 pm
3529
... Yep, it works. :-) I forgot to remove the LEAVE. Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\ _/___\ /__ __\_ /...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 14, 2005
1:18 pm
3530
*** Weitergeleitete Nachricht, ursprünglich von postoffice am 15.12.05 *** The original message was received at 2005-12-14 17:02:17 -0800 from...
Stellan
stellanpistoor
Offline Send Email
Dec 15, 2005
1:15 pm
3531
... (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@...
Send Email
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...
sarkis simon
sarkis_44
Offline Send Email
Dec 17, 2005
3:11 pm
3533
Hi All again below is a link that I hope will be usefull :) Laters Sarkis http://www.mikety.net/Articles/PDF.story/PDF.story.html ... ...
sarkis simon
sarkis_44
Offline Send Email
Dec 17, 2005
5:28 pm
3534
... 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...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 17, 2005
6:58 pm
3535
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 ...
Cary Driscoll
eidirsceoil
Offline Send Email
Dec 17, 2005
7:27 pm
3536
... I want to mention that the article is about 8 years old. Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\ _/___\ /__ __\_...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 17, 2005
11:48 pm
3537
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...
sarkis simon
sarkis_44
Offline Send Email
Dec 18, 2005
1:06 am
3538
... 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...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Dec 18, 2005
12:21 pm
3539
May you all have a happy and wonderful Christmas and New Year. Ciao. Alfonso....
Alfonso
alforan
Offline Send Email
Dec 24, 2005
9:15 am
3540
May the Light be with you Sarkis ... __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. ...
sarkis simon
sarkis_44
Offline Send Email
Dec 24, 2005
12:55 pm
3541
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 ...
Stellan
stellanpistoor
Offline Send Email
Jan 9, 2006
2:36 pm
3542
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 ...
Bernd Gollesch
bgollesch
Offline Send Email
Jan 9, 2006
4:07 pm
3543
... 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 -- _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jan 9, 2006
9:13 pm
3544
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...
Stellan
stellanpistoor
Offline Send Email
Jan 10, 2006
3:42 pm
3545
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...
Frank Weber
opionline
Offline Send Email
Jan 11, 2006
1:28 pm
3546
... I already found DeluxeConverter but KeyPlease is better for that, thanks. Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jan 11, 2006
5:20 pm
3547
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...
Stellan
stellanpistoor
Offline Send Email
Feb 27, 2006
10:38 am
3548
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@...
Send Email
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...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Feb 28, 2006
8:17 pm
3550
... 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...
icar_cryston
Offline Send Email
Feb 28, 2006
8:59 pm
Messages 3521 - 3550 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help