Denso Power Net Terminal BHT-103 Dokumentacja Strona 74

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 577
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 73
66
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.
Przeglądanie stron 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 576 577

Komentarze do niniejszej Instrukcji

Brak uwag