Back Previous Next


Linguist basic package - clear

Syntax:

   clear [all] {variable}/{buffer}/{hashtable}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKClear.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHClear.class
   net.eclecity.linguist.basic.handler.BasicHClearAll.class

Function:

Clears a variable, a buffer or a hashtable, or all items in an array variable or buffer. The command will also clear the value of anything else that behaves like a variable or buffer, such as a graphic text panel.

Example(s):

   clear TextBuffer
   clear Value
   clear all Lines


Back Previous Next