/[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 3235 by schoenebeck, Fri May 26 19:14:44 2017 UTC revision 3236 by schoenebeck, Sun May 28 16:30:21 2017 UTC
# Line 17  Line 17 
17      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
18      <p/>      <p/>
19      <code lang="nksp">      <code lang="nksp">
20  array_equal(??a??, ??b??)  array_equal(??array1??, ??array2??)
21      </code>      </code>
22    
23      <h3>Arguments</h3>      <h3>Arguments</h3>
# Line 26  array_equal(??a??, ??b??) Line 26  array_equal(??a??, ??b??)
26          <th>Argument Name</th> <th>Data Type</th> <th>Description</th>          <th>Argument Name</th> <th>Data Type</th> <th>Description</th>
27        </tr>        </tr>
28        <tr>        <tr>
29          <td><code>??a??</code></td>          <td><code>??array1??</code></td>
30          <td>Integer Array Variable</td>          <td>Integer Array Variable</td>
31          <td>First integer array variable to be compared.<br>          <td>First integer array variable to be compared.<br>
32              [required]</td>              [required]</td>
33        </tr>        </tr>
34        <tr>        <tr>
35          <td><code>??b??</code></td>          <td><code>??array2??</code></td>
36          <td>Integer Array Variable</td>          <td>Integer Array Variable</td>
37          <td>Second integer array variable to be compared.<br>          <td>Second integer array variable to be compared.<br>
38              [required]</td>              [required]</td>

Legend:
Removed from v.3235  
changed lines
  Added in v.3236

  ViewVC Help
Powered by ViewVC