Description:
The REXX command language.
|
|
|
ooRexx 4.1.3 beta
|
| |
All,
The ooRexx Project is announcing the start of the beta phase for
ooRexx 4.1.3.
This is a bug fix only release, with about 12 to 15 bug fixes. The
release for ooRexx 4.1.3 is tentatively scheduled for the middle of
June.
The beta for 4.1.3 is available on SourceForge at:
[link]... more »
|
|
My favourite functions, #1 Plural()
|
| |
I revel in the pleasure that I get from adding really useful routines to my library (subroutines.rex) for use in Object Rexx.
Hoping to spread some of this pleasure around, I'm going to describe a few of the functions, starting with plural()
I really dislike programs which generate statements such as:... more »
|
|
Set: hasItem vs. hasIndex
|
| |
Recently I've been hit by a large run-time penalty when I was using hasItem() to check for the existence of items in a large Set (~500.000 items).
Checking for the existence of 1.000 items with hasItem() took 20+ seconds.
Checking the same with hasIndex() took less than 0.01 seconds.
While I do understand that in the general case, hasItem() may take longer than hasIndex(): in the case of Set, shouldn't those two methods behave the same?... more »
|
|
Bisoprolol Fumarate Manufacturers
|
| |
We have a dedicated quality control laboratory equipped with all the
sophisticated quality control equipment to check various
specifications of active pharmaceutical ingredients and bulk drugs. We
believe that quality has to be the part of overall operations of the
company, hence we have tried to build in quality processes in our... more »
|
|
Object Rexx multiple version coexistence
|
| |
It's possible install more OORexx versions on the same computer (e.g. versions 3.2 and 4)?
Clearly the right interpreter has to be addressed by explicit directory reference, but I'm not sure if the interpreters share some common file/library that could cause the exclusion of the other versions.... more »
|
|
Method to decide whether to return copy, or modify receiver
|
| |
Can a method find out whether it is expected to return a (modified) copy of the receiver, or if it should directly modify the receiver?
I'd like to code e. g. a method "transpose" that, when called with
"Trans=Matrix~transpose"
it would return a copy of the transposed matrix, but when called with... more »
|
|
Space in file names: Problem with e.g. SysIsFileDirectory
|
| |
Using ooRexx 4.0.1 on Linux, I've struck a problem with filenames containing
spaces,
E.g. SysIsFileDirectory("/home/user /UKFSN list") does not find the directory.
What method is used to get around that problem, please?
(Tried enclosing in single quotes)
-- /\/\aurice
(Retired in Surrey, UK) Registered Linux User #487649... more »
|
|
|