/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_search_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_search_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3223 by schoenebeck, Fri May 26 19:14:44 2017 UTC revision 3224 by schoenebeck, Fri May 26 19:47:44 2017 UTC
# Line 7  Line 7 
7    <body>    <body>
8      <h1>search()</h1>      <h1>search()</h1>
9      <p>      <p>
10        Searches for the sought value <code>??needle</code> in the given        Searches for the sought value <code>??needle??</code> in the given
11        <code>??array??</code>, if such a value is found, then this function        <code>??array??</code>, if such a value is found, then this function
12        returns the first index of the value being found. Otherwise if the        returns the first index of the value being found. Otherwise if the
13        array does not have such a value, it returns <code>-1</code> instead.        array does not have such a value, it returns <code>-1</code> instead.

Legend:
Removed from v.3223  
changed lines
  Added in v.3224

  ViewVC Help
Powered by ViewVC