Back Previous Next


Linguist basic package - dispose

Syntax:

   dispose {variable}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKDispose.class

Runtime handler(s):

   net.eclecity.linguist.handler.LHDispose.class

Function:

Disposes of a variable, releasing its current data and creating a new (empty) data set. This is useful in a number of situations, such as freeing a graphical object for reuse or breaking an alias.

Example(s):

   dispose Button2
   dispose Buffer


Back Previous Next