|
refAttributes
|
Overview
The refAttributes function returns the attributes of the Dictionary,
Directory,Structure or Vector
argument into an Object Vector.
Usage
The refAttributes function is used to return the attributes (keys)
of a Structure, Dictionary or Directory Object. For retrieving the values see refValues function.
Vector
The refAttributes function is used to return the attributes of an argument.
Syntax
Expression: |
(refAttributes struct)
|
Arguments |
Name |
Type |
Description |
Argument: | struct | Structure |
The Structure to be referenced. |
---|
Returns: |
The keys of the structure saved in an object vector.
|
---|
Expression: |
(refAttributes dict)
|
Arguments |
Name |
Type |
Description |
Argument: | dict | Dictionary |
The Dictionary to be referenced. |
---|
Returns: |
The keys of the dictionary saved in an object vector.
|
---|
Expression: |
(refAttributes dir)
|
Arguments |
Name |
Type |
Description |
Argument: | dir | Directory |
The Directory to be referenced. |
---|
Returns: |
The keys of the directory saved in an object vector.
|
---|
Expression: |
(refAttributes source)
|
Arguments |
Name |
Type |
Description |
Argument: | source | Vector Structure Dictionary Directory. |
The source argument. |
---|
Returns: |
The attribute object vector or #void.
|
---|
Examples
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Argument Types
Here are the links to the data types of the function arguments.
Here are also a number of links to functions having arguments with any of these data types.
|
Analytic Information Server (AIS)
AIS Component Systems
- Smartbase Engine
- QT C++ Libraries
- MySQL Relational Database
- AIS Lisp Libraries
- Rapid Analytic Demo IDE
|