Re: How to test for a vector/matrix of constants? [message #51757 is a reply to message #51753] |
Wed, 06 December 2006 15:23   |
Karl Schultz
Messages: 341 Registered: October 1999
|
Senior Member |
|
|
On Wed, 06 Dec 2006 15:10:23 -0700, JD Smith wrote:
> On Wed, 06 Dec 2006 22:05:18 +0100, FĂ–LDY Lajos wrote:
>
>
>> ps: Did you know, that ARRAY_EQUAL has the undocumented keywords /NE, /GE,
>> /GT, /LE, /LT? And they are reserved words :-)
>
> Whoa! Why aren't these documented? I use ARRAY_EWUAL all the time, and
> would love these. Was it a documentation mistake, or were they hidden for
> a reason? Karl?
I checked around and couldn't find a reason. I'll put in a change request
and see if we can doc them for next release. There is also a
DIFFERENT_LENGTH keyword that will allow comparing arrays of differing
lengths, using only the number of elements of the smaller array. These
keywords are even exercised in our test suite.
Karl
|
|
|