Validity: Rule, Task
This keyword allows the type of variable to be defined as STRING, that is, strings of characters.
Syntax |
STRING [(len=128)] |
---|---|
len |
String length (optional, default 128 (127+1)) |
Note |
The terminator is 0 and occupies the position following the last character |
The terminator is managed by RTE.
Example definition:
|