|
Example Brick length 017
|
Description
These examples show that the length function uses the number of
rows as basis for the Object length.
Details
A Brick with 2 rows and one field is defined.
| (define nameList (new Brick: 2 Name:Object:3))
|
Returns: #<Record 123456>
|
| (length nameList)
|
Returns: 2
|
A Brick with 2 rows and 3 fields is defined.
| (define customerList (new Brick: 2 Name:Object:1 Mortagage:Number:5 Payment:Number:5)) |
Returns: #<Record 123456>
|
| (length nameList) |
Returns: 2
|
Related Examples
Here are examples of the length function at work.
Function Links
Here is the link to the current function used in this example.
length
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
|