AUTOMATIC Function

Purpose

Allocates automatic storage of size n and returns the pointer to the allocated storage.

Syntax

{AUTOMATIC | AUTO}(n)

Parameter

n
A non-negative expression converted to type FIXED BIN (31,0) when necessary.

Description

The storage is automatically freed when the block terminates. The storage acquired cannot be explicitly freed.