<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-size: 13px;color: #000000;font-family: arial,sans-serif;"><P>When I tried to program a table lookup using the usually very helpful Terse Guide, I noticed a couple of things...<BR><BR>1. The remark for detect: is "find position of first element that passes test" but it should&nbsp;be "return first element that passes test"<BR><BR>&nbsp;2. There seems to be no&nbsp;alternative&nbsp;in the guide for finding the first element that passes a test. After some archaeology ;) I found SequenceableCollection&gt;&gt;findFirst: which is useful for table lookups.<BR><BR>I updated TerseGuideHelp class to change the remark for detect: wherever it occurs and added findFirst: to Array, OrderedCollection, SortedCollection, and Interval. How&nbsp;can I contribute this to the All-In-One?</P>
<P>&nbsp;</P>
<P>Dan Norton<BR><BR>&nbsp;<BR><BR><BR>&nbsp;<BR></P></div></body></html>