... 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...
... I`m a nice guy. I will not bicker. :-) ... Unfortunately. I hoped that there exists a logical explanation for that. ... Ahh... didn`t understood that...
... It returns CHAR or NUM for a given string. If options is used then it returns 0 or 1. 1 = type of string is equal option. 0 = type of string isn`t equal...
... Ok, you shouldn`t understand it wrong. IMHO a classical missunderstanding from me and maybe you. Also my english sucks what could introduce such things....
Hello StellanInDerMailingliste@... Yes I see what you wrote at the bottom of this post. But putting aside the SAY command (Or ECHO as I use) you missed the...
Andrew Bruno
abruno@...
Oct 22, 2006 7:50 am
3649
... Hmm...? ... Yes, don`t worry! I also don`t understand many things even I read the docs (e.g. Amiga ARexx book). Sometimes later I understand what a...
Hello StellanInDerMailingliste@..., ... i have no suggestion. :-( If i really need infos which are truncated then i put some "say..." lines to the Script....
Hi, I want to know if someone have experiences with RexxOpt? (http://main.aminet.net/pub/aminet/util/rexx/RexxOpt_1.8.lha) Also opinions (against or for) are...