.. _msearch: MSEARCH ======= +----------+-------------------------------------------------------------------+ | Syntax | MSEARCH (add1 TO add2, tofind$) | +----------+-------------------------------------------------------------------+ | Location | MSEARCH (DIY Toolkit - Vol X) | +----------+-------------------------------------------------------------------+ This function is very similar to the Tiny Toolkit version of the SEARCH function except that it performs an extremely fast case-independent search through memory (much more quickly than other implementations). **CROSS-REFERENCE** See :ref:`search` and :ref:`ttfindm` also. :ref:`search-mem` is a variant on this version.