Skip to main content

Attribute: subsequent

Important

VAR_TEMP in a program with attribute 'subsequent' leads to a compiler error.

The pragma is used to allocate consecutive variables in memory. When the list changes, the entire variable list is allocated to a new memory area. This pragma is used in programs and global variable lists.

Syntax:

{attribute 'subsequent'}

Tip

When a variable in the list is qualified with RETAIN, all variables of the declaration part are stored in the memory area for RETAIN.