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

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_num_elements_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 10  Line 10 
10        Returns the size of the requested array variable, that is the amount of        Returns the size of the requested array variable, that is the amount of
11        total values that array variable contains.        total values that array variable contains.
12      </p>      </p>
13        
14      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
15      <p/>      <p/>
16      <code lang="nksp">      <code lang="nksp">
# Line 24  num_elements(??array-variable??) Line 24  num_elements(??array-variable??)
24        </tr>        </tr>
25        <tr>        <tr>
26          <td><code>??array-variable??</code></td>          <td><code>??array-variable??</code></td>
27          <td>Integer Array</td>          <td>Array Variable</td>
28          <td>Array variable for which the size shall be obtained from.<br>          <td>Array variable for which the size shall be obtained from.<br>
29              [required]</td>              [required]</td>
30        </tr>        </tr>
31      </table>      </table>
32        
33      <h3>Return Value</h3>      <h3>Return Value</h3>
34      <table>      <table>
35        <tr>        <tr>

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

  ViewVC Help
Powered by ViewVC