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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2713 - 2742 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2713
I had long time ago made Arexx-script that gets TAGID info from Amplifier/Songplayer and then displays it on LCD. LCD-controlling program is 'LCDaemon' from...
t1jkanni
Offline Send Email
May 2, 2002
7:19 am
2714
Hello, Can anyone tell me what is exported when export is called with only one argument ? a = getspace(20) export(a, HALLO) Will write HALLO in the space...
Staf Verhaegen
staf_verhaegen
Offline Send Email
May 10, 2002
10:53 am
2715
... Just try it: /**/ a = getspace(20) out = export(a) if out = 0 then say "OUT: nothing was written." else say "OUT: <" || import(a, out) || "> was written." ...
Bernd Gollesch
bgollesch
Offline Send Email
May 10, 2002
11:15 am
2716
... I already did something similar but could not understand the result. But now with some more playing around I found out it doesn't copy anything. But you...
Staf Verhaegen
staf_verhaegen
Offline Send Email
May 10, 2002
11:42 am
2717
AI already did something similar but could not understand the result. ... rv = EXPORT(<address>, [<string>], [<length>],[<padchar>]) rv is a number If <string>...
Bernd Gollesch
bgollesch
Offline Send Email
May 10, 2002
12:05 pm
2718
... Maybe in theory but he just ignores the return value in the script I just wrote and executes just fine without a call. Staf....
Staf Verhaegen
staf_verhaegen
Offline Send Email
May 10, 2002
12:39 pm
2719
... Sure it works, but start SnoopDOS and you'll see. Bernd...
Bernd Gollesch
bgollesch
Offline Send Email
May 10, 2002
1:08 pm
2720
Hi, Is there an ARexx library out there with functions to enable communication with the serial port? -- Steve Bowman - Sydney, Australia * <- Tribble...
Steve & Ulli Bowman
stevebow1
Offline Send Email
May 19, 2002
5:20 am
2721
Hi, If anyone is interested I have an idea which will run if the modem drops out during a connection. It will read an S register (I forget now which one) which...
Andrew Bruno
abruno@...
Send Email
May 21, 2002
8:07 am
2722
I dont know if its been mentioned here before but gW3S is a small web server for AmigaOS, written in ARexx. The current version is 1.0 Beta 3 gW3S is (c) 2002...
agwarali
Offline Send Email
May 21, 2002
3:53 pm
2723
Hello Steve, on 19-Mai-02 write you: > Is there an ARexx library out there with functions to enable communication > with the serial port? try...
opi
opionline
Offline Send Email
May 21, 2002
4:29 pm
2724
Hello opi ... Or: rexxserdev.library sorry I can't give you the path, but I think that you will know where to look. ;-) Regards -- Alright, dudes- what's...
Andrew Bruno
abruno@...
Send Email
May 22, 2002
10:58 am
2725
... Or rxserial.library on my hp. Ciao. Alfonso....
Alfonso Ranieri
alforan
Offline Send Email
May 22, 2002
5:59 pm
2726
G'day Alfonso Ranieri, On 23-May-02, on the subject of "[arexx] Re: ARexx & serial port", you ... Which is...? -- Steve Bowman - Sydney, Australia I am Mr....
Steve & Ulli Bowman
stevebow1
Offline Send Email
May 25, 2002
9:11 am
2727
This is going to several lists, as it concerns the interaction of several different programs. I use Thor, IBrowse, Aweb and Arexx. From time to time I want to...
Ash Wyllie
ashw@...
Send Email
May 26, 2002
3:41 pm
2728
... http://web.tiscali.it/amiga/ Ciao. Alfonso....
Alfonso Ranieri
alforan
Offline Send Email
May 26, 2002
8:39 pm
2729
Hello Ash, on 26-Mai-02 write you: > /* sender.rexx */ > > a = "AWEB.1" > a = "IBROWSE" > a = "getter" > > address value a > say a >...
opi
opionline
Offline Send Email
May 26, 2002
9:11 pm
2730
I'm new to the group, and kinda new to arexx, and was wondering how i could use rxsocket to control my toaster. I was thinking of having another computer...
tonsofpcs
Offline Send Email
May 27, 2002
12:05 am
2731
G'day Alfonso Ranieri, On 27-May-02, on the subject of "[arexx] Re: ARexx & serial port", you ... Ta. You have some interesting stuff there :^). -- Steve...
Steve & Ulli Bowman
stevebow1
Offline Send Email
May 27, 2002
11:09 am
2732
Good to hear from you again. In the Toaster software there is an ARexx program by Arnie Cachelin called ToasterSerialHost.rexx In the 4.x software its in the...
Ron Phillips
bpjammer
Offline Send Email
May 27, 2002
3:21 pm
2733
i know all the toaster rexx commands [found a site with references], but the problem is i dont know how to do tcp/ip with arexx ... Cachelin called ... ...
tonsofpcs
Offline Send Email
May 28, 2002
12:03 am
2734
... As I understand what you want to do is to ADDRESS your video-toasters applications on another host, right ? If both machines are Amigas then I would not...
Andreas Mixich
sp.amix@...
Send Email
May 28, 2002
1:05 am
2735
Hi, Yes, I know.... Sorry folks. My situation is I use Genesis for my TCP stack. In there you can run scripts on certain events. Eg: Connection, etc. Ok, I...
Andrew Bruno
abruno@...
Send Email
May 31, 2002
10:03 am
2736
Hi, ... I do it like: I open my own arexxport which I send my commands to and a window. So I can write to the window when a command arrives. The script with...
Bernd Gollesch
bgollesch
Offline Send Email
May 31, 2002
11:15 am
2737
trying to control amiga via pc ... references], ... toasters...
tonsofpcs
Offline Send Email
Jun 2, 2002
12:47 pm
2738
Hi, What program is it I use to "unpack" arexx scrpits? Cya! -- Hockey players DO IT in 90 minutes. Andrew Bruno abruno@......
Andrew Bruno
abruno@...
Send Email
Jun 7, 2002
12:51 pm
2739
... ??? Bernd...
Bernd Gollesch
bgollesch
Offline Send Email
Jun 7, 2002
3:22 pm
2740
Bernd Gollesch said, ... These could be compiled ARexx. Generally, you can de-compile them with the same compiler, if you can figure out which one was used and...
Neil Bothwick
wirenetuk
Offline Send Email
Jun 7, 2002
3:55 pm
2741
... In that case you can probably use the tracing console to get it anyways. Sad assumptions......
Xavier
onelist@...
Send Email
Jun 7, 2002
4:03 pm
2742
Xavier said, ... TRACE BACKGROUND would stop that... if it worked. I've never got it to work here. Cheers Neil -- The word 'Windows' is a word out of an old...
Neil Bothwick
wirenetuk
Offline Send Email
Jun 7, 2002
5:06 pm
Messages 2713 - 2742 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