clear
|
The clear function clears the current contents of RAM memory also known as
the Workspace. The clear function will not clear global variables whose Lock
Flag is set (see the lock function). The clear function erases the specified ObjectRepository database archive file {aGor}
and forgets all objects saved in the ObjectRepository. An ObjectRepository, which has been cleared,
is now empty, and may immediately be used to store new objects if desired. Usage The clear function is used to clear all of the data in the current workspace. The clear function is used to erase all of the data in the current object repository. ObjectRepository
ObjectRepository
(clear) Always returns the Boolean value, true (clear aGor) This function returns the Boolean value true, or an error value if an error occurred.
Expression:
Arguments
Name
Type
Description Argument: none ---
none
Returns:
Expression:
Arguments
Name
Type
Description Argument: aGor ObjectRepository
The ObjectRepository whose database archive file is to be erased.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|