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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3615 - 3644 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3615
Hi, I tried to get/separate ticks (1/50) out of TIME(E) (see attached script). ARexxGuide say: [...]<ss.tt> where <s> is seconds and <t> is ticks of the...
Stellan
stellanpistoor
Offline Send Email
Jul 9, 2006
5:11 pm
3616
Hello Stellan, ... My ARexx book say it's the time since program start so i assume it return the time in seconds.100/seconds. in really it's the time since...
Frank Weber
opionline
Offline Send Email
Jul 9, 2006
9:17 pm
3617
... Yep, I know that. So the "ticks" (value behind point) are hundredth seconds (milliseconds)? ... Thanks for your hints. The test script was only a fast...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jul 10, 2006
12:07 am
3618
Hello StellanInDerMailingliste@..., ... i think it's centisecond (1/100 seconds) because you get only 2 numbers after the point. 1 millisecond is 1/1000...
Frank Weber
opionline
Offline Send Email
Jul 10, 2006
1:40 am
3619
... It's a function of the rexxsupport.library, you'll have to ADDLIB() it. Bernd...
Bernd Gollesch
bgollesch
Offline Send Email
Jul 10, 2006
7:18 am
3620
... Amiga OS3.1 ARexx book contains only about half of the functions in rexxsupport.library. I found one function "FORWARD()" that isn`t contained in ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jul 10, 2006
7:05 pm
3621
Hello Bernd, ... Thanks for you hint, i was sure it's in any library but not in which... -- Regards, Frank (Opi) Weber...
Frank Weber
opionline
Offline Send Email
Jul 11, 2006
7:07 pm
3622
... Amiga OS3.1 ARexx book contains only about half of the functions in rexxsupport.library. I found one function "FORWARD()" that isn`t contained in ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jul 12, 2006
6:08 am
3623
Hi. Has anybody some information/reference about the rexxsupport.library function? Regards -- _____ _____ ______ ___ _____ _____ ______ ________ ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Aug 9, 2006
9:41 am
3624
... Only for your information. I got the info that it is a undocumented function. Format: "FORWARD(address, n)" Regards -- _____ _____ ______ ___ _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Aug 17, 2006
12:41 pm
3625
Hi, I want to have this line in a script that mount a unmounted drive: "IF mountdrive = 1 THEN IF ~EXISTS(currentdrive) THEN ADDRESS COMMAND 'Mount' ...
Stellan
stellanpistoor
Offline Send Email
Oct 10, 2006
12:45 pm
3626
Hoi, ... /* switch off */ CALL PRAGMA("W", "N") /* switch on */ CALL PRAGMA("W") cu, Bernd...
Bernd Gollesch
bgollesch
Offline Send Email
Oct 10, 2006
1:08 pm
3627
What is the name of your company -- where are you located -- and is this is reference to a Seiko printer? Carol J. Larsen (214) 340-1300 (214) 340-5598...
Carol Larsen/ATS
carollarsen@...
Send Email
Oct 10, 2006
1:23 pm
3628
... You can use Assign. In DOS it could look something like this... Assign >NIL: <drive> EXISTS If WARN Mount <drive> EndIf I expect you can convert it to...
Allan Rasmussen
allan_s_rasm...
Offline Send Email
Oct 10, 2006
3:25 pm
3629
... Thanks. Now I remember that I read it already in arexx.guide but unfortunately it left my brain. :-) Regards -- _____ _____ ______ ___ _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Oct 10, 2006
8:12 pm
3630
... That is also a fine working solution. Now I can choose between the two. :-) Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Oct 10, 2006
8:33 pm
3631
Please delete me from your e-mail immediately Carol J. Larsen (214) 340-1300 (214) 340-5598 FAX StellanInDerMailingliste@... Sent by: arexx@yahoogroups.com ...
Carol Larsen/ATS
carollarsen@...
Send Email
Oct 10, 2006
8:54 pm
3632
Hello StellanInDerMailingliste@..., ... here a lot of other possibilities: only 2 Examples: you could use from the rmh.library the RealName function. or you...
Frank Weber
opionline
Offline Send Email
Oct 10, 2006
8:54 pm
3633
... Ok, but I wouldn`t recommend external librarys if it works wihtout. However, thanks for your suggestions. :-) Regards -- _____ _____ ______ ___...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Oct 10, 2006
10:22 pm
3634
... Carol, You can remove yourself from the list by either sending an e-mail to <arexx-unsubscribe@yahoogroups.com> or going to http:// ...
icar_cryston
Offline Send Email
Oct 10, 2006
10:37 pm
3635
Hi, sometimes I`ve the problem in trace output shell that e.g. launching external programs with a deep path and "hundred" or arguments to see the whole line ...
Stellan
stellanpistoor
Offline Send Email
Oct 15, 2006
3:15 pm
3636
Hi, I`ve a problem with PARSE ARG (see attached script). In the script I replace "," with "." If I enter: "rx Ram:test.rexx 11,1 22,2" I get "Arithmetic...
Stellan
stellanpistoor
Offline Send Email
Oct 18, 2006
6:30 pm
3637
... I think you've found a bug in ARexx. :-/ Kind regards, -- Robert A. Sisk sisk637@......
Robert A. Sisk
rsisk2003
Offline Send Email
Oct 19, 2006
10:24 am
3638
Hello Stellan, ... You try to do a Arithmetic operation with a CHAR variable. Thats all. ;-) You parse the ARGs which contain a comma. Therefore the internal...
Frank Weber
opionline
Offline Send Email
Oct 19, 2006
1:42 pm
3639
... I know what causes the "Arithmetic conversion error" = operation with CHAR. With DATATYPE() I could find out that in both cases ("PARSE ARG" and "PULL") ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Oct 19, 2006
8:14 pm
3640
Hello StellanInDerMailingliste@..., ... why you ask then. ;-) ... i think it's because you enter the values in the console. maybe also the locale.library is...
Frank Weber
opionline
Offline Send Email
Oct 19, 2006
10:24 pm
3641
... Because I don`t want to know that (what you answered). ... In both cases I enter the values (CHAR strings) in console. So my variables are both CHAR (that...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Oct 20, 2006
2:07 pm
3642
... Stellan, don't bicker with Frank. :-) You've established that ARexx is misbehaving and that the problem can't be localized to a single statement. It...
Robert A. Sisk
rsisk2003
Offline Send Email
Oct 20, 2006
10:22 pm
3643
Hello StellanInDerMailingliste@... I have only just started reading this and I know I am not good are AREXX. ... I don't understand the datatype() command...
Andrew Bruno
abruno@...
Send Email
Oct 20, 2006
10:53 pm
3644
Hello StellanInDerMailingliste@..., ... ROFL... ... Of course you enter the data. What i mean the data is going a different way. Once as argument and once...
Frank Weber
opionline
Offline Send Email
Oct 21, 2006
12:02 am
Messages 3615 - 3644 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