%AUTODIM


9.0

 

The %AUTODIM compiler directive alters the current Auto Load DIM size. The instruction uses the following formats:

 

 

 

%AUTODIM

{size}

 

Where:

size

Required. The new auto load DIM size.

Flags Affected: NONE

Note the following:

  1. This directive provides more control by allowing multiple Auto Load DIM sizes within a program.

  2. If the {size} value is set to zero (0), the Auto Load DIM size feature is disabled.

  3. 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

 



PL/B Language Reference %ASSEMBLY BYTE