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...
... In that case you can probably use the tracing console to get it anyways. Sad assumptions......
Xavier
onelist@...
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...
Hi, Ok, "unpack" was probably a bad use of words. As I am still learning alot about AREXX, I write my scripts as simple as possible and don't concatinante...
Andrew Bruno
abruno@...
Jun 7, 2002 11:12 pm
2744
G'day Neil Bothwick, On 08-Jun-02, on the subject of "Re: [arexx] What do I need to...", you ... Oh yeah, ARexx compiler... Have you had any experience with...
Steve & Ulli Bowman said, ... I reviewed the Rexecute compiler for Amiga active. It had some genuinely useful features, it's a shame the best ones didn't work...
Hi, Using rexxserial.library I want to learn how to talk to the modem. Reading the docs I am confused and this is my effort so far, but it doesn't work. As you...
Andrew Bruno
abruno@...
Jun 9, 2002 11:13 pm
2747
Andrew Bruno said, ... It doesn't work because something's broken. If you want a more informative reply, you'll have to give some more information. You don't...
Hello Neil ... I would beg to differ. I would say I don't know how to use it. ... I get nothing really. I just get 0's sent back to me. ... I'll give it a...
Andrew Bruno
abruno@...
Jun 10, 2002 9:21 am
2749
Hi! Sorry, for off topic, but I have no place to go with the problem. I have borrowed an 030 accelerator and it doesn't want to work with my mother board. I...
MarcinGumBoy GrÄ…...
SirHaker@...
Jun 14, 2002 8:29 pm
2750
G'day Marcin, On 01-Jan-78, you wrote: M> I have borrowed an 030 accelerator and it doesn't want to work with my M> mother board. I assume, taht I must modify...
Craig Hutchison
chotch@...
Jun 15, 2002 3:54 am
2751
New to ARexx: Can someone please make a script so that another machine [most likely a pc] can connect [either via tcp/ip or serial [over nullmodem]] and have...
Gently extracted from the mind of opi; ... I wrote reciever.rexx just to see what ws being sent. Until I found out that the = sign was not passed on to the...
Ash Wyllie
ashw@...
Jun 16, 2002 10:27 pm
2753
I do this between an old PS/2 PC running a QBASIC program and my amiga running an ARexx program hooked up to serial ports. The documentation for QBASIC is in...
... www.cloanto.com "explorer" software connect amiga to pc null modem or tcp __________________________________________________________________ Your favorite...
sarkissimon@...
Jun 17, 2002 9:55 pm
2755
... yes, but for file access only from the windows side, not for exchanging commands. Bernd...
Hi Craig! ... Thanks. Unfortunately I found only installation disk which has no jumper settings reference, but thaks for help anyway. ... Z serdecznymi...
MarcinGumBoy GrÄ…...
SirHaker@...
Jun 18, 2002 2:18 pm
2757
Hi, I am looking though all my add-on libraries trying to find the one which lets me query and alter the clipboard number. Why? Say I have 10 (consecutive)...
Andrew Bruno
abruno@...
Jun 19, 2002 10:18 am
2758
Andrew Bruno said, ... rmh.library Cheers Neil -- Learn from your parents' mistakes - use birth control!...
Hello Neil ... Thanks Niel. Looking through the commands though I am stuck. The only commands I can find relating to the clipboard are resdtextclip,...
Andrew Bruno
abruno@...
Jun 21, 2002 7:05 am
2760
Hello Andrew,
on 20-Jun-02 write you:
> Ok, granted I am also using CBE (Clip board Enhancer).
> > Anyway, it is still "work in progress" and I am wondering...
Have any an arexx script to do two dimensional graph? Have any used ppaint and it's extensive arexx commands? how about arp? couldnt get it work :( has a graph...
Hello, Sarkis: ... I asked for, and got, good charting graphics built into AWNPipe, so that ARexx could be used for, say, stock charts. I am sure that it can...
... RexxArpLib's GraphTest/Graph demo is fairly easy to fix. The first problem I had was that GraphTest's call to graph() couldn't find Graph.rexx. Renaming...
Robert A. Sisk
RSisk@...
Jun 23, 2002 8:49 pm
2764
Hi, Folks, have you ever been "cut off" while online? Wondered why? Well, if your modem supports it, S86 has the answer. Here is what I found so far: When your...
Andrew Bruno
abruno@...
Jun 25, 2002 7:34 am
2765
Hi, This is my "test bed" script. I am stuck. (First, here is the script) /* */ OPTIONS RESULTS j = "This is J" i.1 ="This is 1" i.2 ="This is 2" i.3 ="This...
Andrew Bruno
abruno@...
Jun 28, 2002 7:50 am
2766
... This is impossible, you can not use a stem as a parameter, afaik. ... And this is also impossible, you can only return one variable, afaik. ... Like i...