--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2020/01/06 15:55:17 3702 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2020/01/13 13:29:05 3717 @@ -355,7 +355,7 @@

Variable Types

- There are currently three different variable types, which you can easily + There are currently five different variable types, which you can easily recognize upon their first character.

@@ -369,6 +369,12 @@ + + + + + +
%??variable-name?? Integer Array Stores a certain amount of integer number values.
~??variable-name?? Real Number Scalar Stores one single real (floating point) number value.
???variable-name?? Real Number Array Stores a certain amount of real (floating point) number values.
@??variable-name?? String Stores one text string.