Denso Power Net Terminal BHT-7500 Spécifications Page 81

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 560
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 80
72
Memory Occupation
A string variable occupies the memory space by (the number of characters + one) bytes, where
the added one byte is used for the character count. That is, it may occupy 2 to 256 bytes.
If a non-array string variable consisting of 20 characters is declared, for example, it will occupy
21-byte memory space.
[ 2 ] Numeric Variables
Non-array integer variables
A non-array integer variable should be formatted with an identifier followed by a percent-
age sign (%) as shown below.
Syntax:
identifier%
Example: a%,bcd%
Array integer variables
An array integer variable should be formatted with an identifier followed by a percentage
sign (%) and a pair of parentheses () as shown below.
Syntax:
identifier%(subscript[,subscript])
Example: e%(10),fg%(2,3),h%(i%,j%)
Where a pair of parentheses indicates an array.
Non-array real variables
A non-array real variable should be formatted with an identifier only as shown below.
Syntax:
identifier
Example: a,bcd
Array real variables
An array real variable should be formatted with an identifier followed by a pair of paren-
theses () as shown below.
Syntax:
identifier(subscript[,subscript])
Example: e(10),fg(2,3),h(i%,j%)
Where a pair of parentheses indicates an array.
Memory Occupation
A numeric variable occupies 2 bytes or 6 bytes of the memory space for an integer variable or
a real variable, respectively.
Vue de la page 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 559 560

Commentaires sur ces manuels

Pas de commentaire