| Composite Strings |
|
| Prior Next | |
|
When a program updates a composite string, the variables which make up the composite will be updated automatically.
| |
|
Example 1: |
Given the following Composite definition and values
Since the data assigned to the composite string X$ only contains 3 fields, the fourth field (X.Y) will be set to zero.
|
|
Example 2: |
Given the following:
The above LET will result in the field CST.NAME$ being set to a NULL string.
|
| Prior Next |