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...
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...
... 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...
Hello StellanInDerMailingliste@..., ... i think it's centisecond (1/100 seconds) because you get only 2 numbers after the point. 1 millisecond is 1/1000...
... 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 ...
... 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 ...
... Only for your information. I got the info that it is a undocumented function. Format: "FORWARD(address, n)" Regards -- _____ _____ ______ ___ _____...
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' ...
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@...
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...
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@...
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...
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 ...
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...
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...
... 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") ...
Hello StellanInDerMailingliste@..., ... why you ask then. ;-) ... i think it's because you enter the values in the console. maybe also the locale.library is...
... 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...
... 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...
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@...
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...