|
Example Structure append 005
|
Description
This example takes an existing Structure and appends a new binding.
Details
| (define MonthlySales #{Jan: 1000 Feb: 2300 Mar: 3200 Apr: 4500})
|
Returns: #<Structure 188407>
|
Appends the key-value binding to the spcified MonthlySales Structure.
| (append MonthlySales (makeStructure May: 4000))
|
Returns: #<Structure 188306>
|
Use the display command to display the contents of the appended Structure.
| (display #<Structure 188306> )
|
Returns: #{Jan: 1000 Feb: 2300 Mar: 3200 Apr: 4500 May: 4000}true
|
Related Examples
Here are examples of the append function at work.
Function Links
Here is the link to the current function used in this example.
append
Here are a number of links to other related functions.
Argument Types
Here are the links to the data types of the arguments used in this example.
Here are a number of links to examples having similar argument types.
|
Analytic Information Server (AIS)
AIS Component Systems
- Smartbase Engine
- QT C++ Libraries
- MySQL Relational Database
- AIS Lisp Libraries
- Rapid Analytic Demo IDE
|