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

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

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

revision 3600 by schoenebeck, Thu Aug 29 12:13:17 2019 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 9  Line 9 
9      <p>      <p>
10        Compares the two arrays passed to this function and returns true        Compares the two arrays passed to this function and returns true
11        if the arrays are identical, otherwise it returns false (<code lang="nksp">0</code>).        if the arrays are identical, otherwise it returns false (<code lang="nksp">0</code>).
12        The arrays are considered to be identical if they have the same size        The arrays are considered to be identical if they have the same data type
13          (e.g. both are real number arrays or both are integer arrays), the same size
14        (same amount of elements) and all elements of the two arrays are        (same amount of elements) and all elements of the two arrays are
15        exactly the same.        exactly the same.
16      </p>      </p>
# Line 27  array_equal(??array1??, ??array2??) Line 28  array_equal(??array1??, ??array2??)
28        </tr>        </tr>
29        <tr>        <tr>
30          <td><code>??array1??</code></td>          <td><code>??array1??</code></td>
31          <td>Integer Array Variable</td>          <td>Array Variable</td>
32          <td>First integer array variable to be compared.<br>          <td>First array variable to be compared.<br>
33              [required]</td>              [required]</td>
34        </tr>        </tr>
35        <tr>        <tr>
36          <td><code>??array2??</code></td>          <td><code>??array2??</code></td>
37          <td>Integer Array Variable</td>          <td>Array Variable</td>
38          <td>Second integer array variable to be compared.<br>          <td>Second array variable to be compared.<br>
39              [required]</td>              [required]</td>
40        </tr>        </tr>
41      </table>      </table>

Legend:
Removed from v.3600  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC