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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2489 - 2518 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2489
Hi. Some days ago I was waiting for a very important phone call regarding my work. During this wasting-tedious-time I wrote rxserial.library :-). It contains...
Alfonso Ranieri
ranieria@...
Send Email
Oct 6, 2001
3:45 pm
2490
Hi, I wrote this as there has been a lot of useful stuff on the another amiga mailing list but since there were so many mails I found it difficalut to read all...
James S. Perrin
james.perrin@...
Send Email
Oct 13, 2001
6:06 pm
2491
... Well not that version. I didn't test it very well as I wanted to sit down and watch telly. Grrrr! It seems that MAILREAD doesn't change the message in an...
James S. Perrin
james.perrin@...
Send Email
Oct 14, 2001
12:03 am
2492
I've just got hold of a vlab card with v4.2 software and was wondering if anyone has an updated list of arexx commands for it. The manual refers, I think, to ...
Kev
ukamiga@...
Send Email
Oct 14, 2001
2:39 pm
2493
Hello Can anybody tell me how you can open an icon's information window from within a script ? Thanks Joseph...
Joseph Duchâtelet
jduchatelet@...
Send Email
Oct 16, 2001
8:40 am
2494
Hi, I've ported an xml parsing (expat) library to the Amiga as a shared library. It uses C callbacks to handle the different types of data that it processes. ...
James S. Perrin
blake7_11
Offline Send Email
Oct 17, 2001
10:24 pm
2495
... I just found my Yahoo password. Could not access the files before. I am downloading currently. Thanks and good luck wherever you go. Good bye, -- Andreas ...
Andreas Mixich
sp.amix@...
Send Email
Oct 18, 2001
1:51 am
2496
... Sorry, I have no idea about the Arexx callbacks.. However, I am writing an application that uses expat (built as a static library). Is your library a...
paul@...
Send Email
Oct 18, 2001
8:07 am
2497
Hello James ... I am not in a position to give you technical feedback on this (I don't program in c),, but of course an arexx interface would be great. All...
Joseph Duchâtelet
jduchatelet@...
Send Email
Oct 19, 2001
6:43 am
2498
Hi, (Since there are a few YAM experts out there) Folks, I am looking for an AREXX script which will process all the highlited files and do this to them: Treat...
Andrew Bruno
abruno@...
Send Email
Oct 19, 2001
10:20 pm
2499
... Thanks. Regards Max...
Rolf Max Rotvel
rotvel
Offline Send Email
Oct 19, 2001
10:35 pm
2500
... Hi KEV have version3.0 of the manual plus an update to interleaving sarkis...
sarkis simon
sarkis_44
Offline Send Email
Oct 20, 2001
1:03 pm
2501
Hello Andrew ... Looking at your previous mail 'mentioned a while ago': I wonder if getting rid of the 'bounced' mails to abuse@ cannot simply be obtained by...
Joseph Duchâtelet
jduchatelet@...
Send Email
Oct 21, 2001
8:00 am
2502
Hi, I know of no normal way of sending an entire compound variable to a procedure without exposing it. (I realise that ARexx just doesn't work that way). But...
James S. Perrin
blake7_11
Offline Send Email
Oct 21, 2001
8:56 pm
2503
In reply to : sarkis simon Dated :Sat, 20 Oct 2001 13:03:40 -0000 Subject :[arexx] Re: Vlab v4.2 + Adpro Vlab Loader v1.7 Arexx commands Hi Sarkis,...
Kev
ukamiga
Offline Send Email
Oct 21, 2001
10:58 pm
2504
Hi, I've been doing a bit of reading and thinking on this and I think it might be possible to do using the message port functions in rexxsupport. Something...
James S. Perrin
blake7_11
Offline Send Email
Oct 21, 2001
11:40 pm
2505
... There was an added section for 4.2 called chapter 10 Iterleaved Frame Recoding with 13 additional commands to cover it Sarkis ...
sarkissimon@...
Send Email
Oct 22, 2001
12:54 am
2506
Hello Joseph ... That is one way, but it can be a pain if you get lots of them in a hit. My other way (maybe it was to the YAM list) I thought was to emulate a...
Andrew Bruno
abruno@...
Send Email
Oct 22, 2001
11:24 am
2507
Hello Andrew ... I don't understand your suggestion : It may be beyond my competences. - What i understand from it : .. you bounce back to the abuse@ address :...
Joseph Duchâtelet
jduchatelet@...
Send Email
Oct 22, 2001
12:13 pm
2508
Hello Joseph ... Ok. Sorry, but yes: You did mis-understand me. Here is an overview. fred@... sends me a SPAM message. Instead of bouncing the...
Andrew Bruno
abruno@...
Send Email
Oct 23, 2001
8:32 am
2509
Hi! Does anyone know how to get real (pseudo)random Numbers? random() gives me the same number every time i call my script. Cu -- Markus Castro...
castrom@...
mcycus
Offline Send Email
Oct 30, 2001
11:28 pm
2510
castrom said, ... You need to seed the random number generator with a different figure each to the script is run. Try putting call random(0,999,time('s')) near...
Neil Bothwick
wirenetuk
Offline Send Email
Oct 30, 2001
11:59 pm
2511
Hi! ... Thx, that did it. Cu -- Markus Castro <Markus@...> (Y) ________ ____ _ __...
castrom@...
mcycus
Offline Send Email
Oct 31, 2001
10:57 pm
2512
Hi! I`ve got another problem where someone might perhaps be able to help :) I`ve opened a raw: window for a textadventure, and now i wanted to use some CSI...
castrom@...
mcycus
Offline Send Email
Nov 2, 2001
9:29 am
2513
James S. Perrin wrote in a Mail about "[arexx] Using Arexx functions as ... UAH UAH UAH UAH !! !!! ! ! ! YIPEEEE !!!!!!! Rollin' on the floor.... HURRA ! :-D ...
Andreas Mixich
sp.amix@...
Send Email
Nov 2, 2001
8:36 pm
2514
Hello, I came into the need to have an LDAP client on AmigaOS. I have no experience in socket-programming so I wanted to ask if anyone could recommend me a...
Andreas Mixich
sp.amix@...
Send Email
Nov 2, 2001
9:00 pm
2515
... Oh crikey. Now the pressure is on! Just like to say that I think I've worked out how to do it by the arexx script opening a message port and then waiting...
James S. Perrin
blake7_11
Offline Send Email
Nov 2, 2001
11:33 pm
2516
STfax prob! Is there any way to put a delay in a dialed number, preferably using the arexx 'DIAL' command....... (to get through a switchboard or onto a pager...
Kev
ukamiga
Offline Send Email
Nov 17, 2001
4:03 pm
2517
Sorted the prob...... My pace 56 modem instructions tell me a ',' puts in a 2 sec delay.........
Kev
ukamiga
Offline Send Email
Nov 18, 2001
8:27 pm
2518
test post...
sarkis simon
sarkis_44
Offline Send Email
Nov 23, 2001
3:23 pm
Messages 2489 - 2518 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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