ADELIA |
|
|
|
|
(I/B) |
|
|
|
|
Type
1 A
Use
An element in the system indicator array.
To access an element in the array, the programmer must declare beforehand a work variable #T (for example: 3.0 N).
Before using *INA_#T, assign the chosen indicator number to the reserved word.
Example
Reset to 0 the indicators 31 to 70 (the variable #T is declared of the type 3.0 N).
#T = 31
DO_WHILE #T <= 70
*INA_#T = '0'
#T = #T + 1
REDO
↑ Top of page Copyrights Ι ©Hardis Group 2025 - Any partial or total reproduction of the content, not expressly authorized by Hardis Group, is strictly prohibited.