UNASSIGN

Syntax

UNASSIGN <fs>.

Effect

This statement initializes the field symbol <fs>. After the statement, the field symbol references no memory area and the logical expression <fs> IS ASSIGNED is then incorrect.

Note

A statement CLEAR <fs> initializes not the field symbol, but the memory area that is assigned to the field symbol.