/[svn]/doc/docbase/instrument_scripts/nksp/01_nksp.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/01_nksp.html

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

revision 3702 by schoenebeck, Mon Jan 6 15:55:17 2020 UTC revision 3717 by schoenebeck, Mon Jan 13 13:29:05 2020 UTC
# Line 355  end on Line 355  end on
355    
356      <h3>Variable Types</h3>      <h3>Variable Types</h3>
357      <p>      <p>
358        There are currently three different variable types, which you can easily        There are currently five different variable types, which you can easily
359        recognize upon their first character.        recognize upon their first character.
360      </p>      </p>
361      <table>      <table>
# Line 369  end on Line 369  end on
369          <td><code>%??variable-name??</code></td> <td>Integer Array</td> <td>Stores a certain amount of integer number values.</td>          <td><code>%??variable-name??</code></td> <td>Integer Array</td> <td>Stores a certain amount of integer number values.</td>
370        </tr>        </tr>
371        <tr>        <tr>
372            <td><code>~??variable-name??</code></td> <td>Real Number Scalar</td> <td>Stores one single real (floating point) number value.</td>
373          </tr>
374          <tr>
375            <td><code>???variable-name??</code></td> <td>Real Number Array</td> <td>Stores a certain amount of real (floating point) number values.</td>
376          </tr>
377          <tr>
378          <td><code>@??variable-name??</code></td> <td>String</td> <td>Stores one text string.</td>          <td><code>@??variable-name??</code></td> <td>String</td> <td>Stores one text string.</td>
379        </tr>        </tr>
380      </table>      </table>

Legend:
Removed from v.3702  
changed lines
  Added in v.3717

  ViewVC Help
Powered by ViewVC