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

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_dec_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 11  Line 11 
11        Accordingly you may only pass script variables of type integer which are allowed        Accordingly you may only pass script variables of type integer which are allowed
12        to modified (i.e. they may not be declared as <code lang="nksp">const</code>).        to modified (i.e. they may not be declared as <code lang="nksp">const</code>).
13      </p>      </p>
14        
15      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
16      <p/>      <p/>
17      <code lang="nksp">      <code lang="nksp">
# Line 30  dec(??variable??) Line 30  dec(??variable??)
30              [required]</td>              [required]</td>
31        </tr>        </tr>
32      </table>      </table>
33        
34      <h3>Return Value</h3>      <h3>Return Value</h3>
35      <table>      <table>
36        <tr>        <tr>
# Line 41  dec(??variable??) Line 41  dec(??variable??)
41          <td>Value of the passed variable after the decrementation.</td>          <td>Value of the passed variable after the decrementation.</td>
42        </tr>        </tr>
43      </table>      </table>
44        
45        <h3>Remarks</h3>
46        <p>
47          This functions accepts any standard unit and finalness for its argument <code>??variable??</code>.
48          The return value's standard unit and finalness is identical to the passed <code>??variable??</code>'s one.
49        </p>
50    
51      <note>      <note>
52        The return value of this function is an extension by NKSP to allow        The return value of this function is an extension by NKSP to allow
53        inline decrementation (like shown in the example below). However if        inline decrementation (like shown in the example below). However if

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

  ViewVC Help
Powered by ViewVC