set
|
The set function allows values to be stored in the specified ObjectRepository {aGor}
by key. Any value may be stored in the ObjectRepository and associated with key. Both the key
and the stored value may be of arbitrary complexity. An object may be removed from the ObjectRepository by
storing the value #void in association with its previous key.
Usage The set function can save an object in the Object Repository by key.
(set aGor key newValue) Returns the ObjectRepository
Expression:
Arguments
Name
Type
Description Argument: aGor ObjectRepository
An Object Repository Argument: key Symbol
The key to be associated with the new value. Argument: newValue String
The new value to be associated with the key.
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.
ObjectRepository | Symbol | Boolean | String |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|