Hi Jon,

This is a little nit-picky, but I was wondering if you would
reconsider the text for this part of the doc you did for the unique
option in queue.

In the new doc you did you have this statement:

If the second parameter is 'Unique' then if there are already items in
the circular queue with the same index as the first parameter,

I think that the above is technically inaccurate.  You are not
removing items with the same index as the parameter, you are removing
an item if the new item already exists in the queue.  The existing
item and the new item will not (and can not) have the same index.
<grin>

You have it worded this way in the RFE

if the item already exists on the circularQueue it is removed before
the Push or Queue operation is performed.

To be accurate I think you need to say "if the item already exists"

--
Mark Miesfeld

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to