%AUTODIM
9.0
The %AUTODIM compiler directive alters the current Auto Load DIM size. The instruction uses the following formats:
|
|
|
|
|
Where:
size
Required. The new auto load DIM size.
Flags Affected: NONE
Note the following:
This directive provides more control by allowing multiple Auto Load DIM sizes within a program.
If the {size} value is set to zero (0), the Auto Load DIM size feature is disabled.
The compiler uses the Auto Load DIM size to determine whether to use a pointer or static allocation for the creation of DIM variables.
See Also: Compiler Directives
![]() |