11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ERASE built-in<br />

Description<br />

Removes an indicated global variable, so that it no longer exists, and releases the memory associated<br />

with the global variable. Globals always allocate 255 bytes of storage. To ensure that performance is<br />

not impacted more than necessary, always erase any global variable when it is no longer needed.<br />

Syntax<br />

PROCEDURE ERASE<br />

(global_variable_name VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

global_variable_name Specifies the name of a valid global variable.<br />

ERASE examples<br />

106<br />

ERASE(’global.var’);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!