Attribute ‘subsequent’¶
This pragma is used to allocate variables to a memory space directly behind one another. If the list changes, the entire variable list is allocated to a new memory space. This pragma is used in programs and global variable lists.
Syntax:
{attribute 'subsequent'}
Attention
VAR_TEMP
in a program with the attribute 'subsequent'
leads to a compiler error.
Note
If a variable appears in the list ‘RETAIN’, the total list is saved as ‘RETAIN’.