Page History
7.20 DEF_ARRAY
| Note |
|---|
Note: Usage options |
The DEF_ARRAY command is used to define an array structure within an RDML function.
...
Whenever hardware resources permit, a fully relational design will always yield a simpler, easier to use, easier to maintain and longer-lasting solution.
Also See
7.20.2 DEF_ARRAY Comments / Warnings
| No Format |
|---|
Required DEF_ARRAY ---- NAME --------- #name of array -----------------> >-- INDEXES ------ #index field name --------------> | | ----- 50 max ------- >-- OF_FIELDS ---- #field name --------------------> | expandable group expression | ---------- 100 max -------------- -- OR -- >-- OVERLAYING --- #field name -- start position --> ----------------------------------------------------------------- Optional >-- TYPE --------- *CHAR *DEC *PACKED *SIGNED -----> >-- TOT_ENTRY ---- total entries (1-9999) ---------> >-- ENTRY_LEN ---- entry length (1-256) -----------> >-- ENTRY_DEC ---- number of decimals (0-9) -------| |
...