Denso BHT-200QW Especificaciones Pagina 74

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 587
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 73
66
Memory Occupation
Memory OccupationMemory Occupation
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
• Non• Non
• Non-
--
-array integer variable
array integer variablearray integer variable
array integer variables
ss
s
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
• Array integer variables• Array integer variables
• 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
• Non• Non
• Non-
--
-array real variable
array real variablearray real variable
array real variables
ss
s
A non-array real variable should be formatted with an identifier only as shown below.
Syntax: identifier
Example: a, bcd
• Array real variables
• Array real variables• Array real variables
• Array real variables
An array real variable should be formatted with an identifier followed by 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.
Memory Occupation
Memory OccupationMemory Occupation
Memory Occupation
A numeric variable occupies 2 bytes or 6 bytes of the memory space for an integer
variable or a real variable, respectively.
Vista de pagina 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 586 587

Comentarios a estos manuales

Sin comentarios